author | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Jan 2008 10:38:46 +0000 (02:38 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Jan 2008 23:20:31 +0000 (15:20 -0800) | ||
commit | 16335fdd7ace78a8285ba25fd7a81177a48e7c9b | |
tree | 01b8a4dded479ba74a50f8ad5022437dac006d82 | tree | snapshot |
parent | fa9dcf80e1048ea996349891a885ac325019fcac | commit | diff |
builtin-commit.c: remove useless check added by faulty cut and paste
2888605c649ccd423232161186d72c0e6c458a48 (builtin-commit: fix
partial-commit support) mindlessly cut and pasted from
builtin-ls-files.c, and included a part that was meant to
exclude redundant path after "ls-files --with-tree" overlayed
the HEAD commit on top of the index. This logic does not apply
to what git-commit does and should not have been copied, even
though it would not hurt.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2888605c649ccd423232161186d72c0e6c458a48 (builtin-commit: fix
partial-commit support) mindlessly cut and pasted from
builtin-ls-files.c, and included a part that was meant to
exclude redundant path after "ls-files --with-tree" overlayed
the HEAD commit on top of the index. This logic does not apply
to what git-commit does and should not have been copied, even
though it would not hurt.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c | diff | blob | history |