]> git.ipfire.org Git - thirdparty/git.git/commit
add-patch: add NEEDSWORK about comparing commits
authorDenton Liu <liu.denton@gmail.com>
Wed, 7 Oct 2020 07:56:17 +0000 (00:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Oct 2020 16:49:06 +0000 (09:49 -0700)
commitf82a9e517fc063bb97063e4df2cdde2fd1f7ffbe
tree6d7a91a7ab99734a898ff6789cc0705c58bb47f8
parentc693ef781bef002bca15be74bec3a6a65c679eb5
add-patch: add NEEDSWORK about comparing commits

The two versions of add-patch has special-casing for the literal
revision "HEAD". However, we want to handle other ways of saying "HEAD"
in the same way.[0] Add a NEEDSWORK to the add-patch code that does this
so that it can be addressed later.

[0]: https://lore.kernel.org/git/xmqqsgat7ttf.fsf@gitster.c.googlers.com/

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
add-patch.c
git-add--interactive.perl