]> git.ipfire.org Git - thirdparty/git.git/commit - git-add--interactive.perl
add -i: show progress counter in the prompt
authorKunal Tyagi <tyagi.kunal@live.com>
Mon, 30 Sep 2019 05:22:59 +0000 (22:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Oct 2019 22:12:19 +0000 (07:12 +0900)
commit8085050ab4e29f442f305e338e6eea750540190e
tree67d96abe4935ae517aeaf814baff1f7430aa47cf
parentbc12974a897308fd3254cf0cc90319078fe45eea
add -i: show progress counter in the prompt

Report the current hunk count and total number of hunks for the
current file in the prompt.  Also adjust the expected output in
some tests to match.

Signed-off-by: Kunal Tyagi <tyagi.kunal@live.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-add--interactive.perl
t/t3701-add-interactive.sh