Re: [PATCH v2 1/1] git-add--interactive.perl: Add progress counter in the prompt

2019-09-30 Thread Johannes Schindelin
eally know perl (though printf syntax is almost universal). Cheers Kunal Tyagi On Mon, 30 Sep 2019, Junio C Hamano wrote: > "Kunal Tyagi via GitGitGadget" writes: > > > From: Kunal Tyagi > > Subject: Re: [PATCH v2 1/1] git-add--interactive.perl: Add progress counter >

Re: [PATCH v2 1/1] git-add--interactive.perl: Add progress counter in the prompt

2019-09-29 Thread Junio C Hamano
"Kunal Tyagi via GitGitGadget" writes: > From: Kunal Tyagi > Subject: Re: [PATCH v2 1/1] git-add--interactive.perl: Add progress counter > in the prompt Either of these two, perhaps (I'd use the former if I were writing this patch): add -i: show progre

[PATCH v2 1/1] git-add--interactive.perl: Add progress counter in the prompt

2019-09-28 Thread Kunal Tyagi via GitGitGadget
From: Kunal Tyagi Adds a feedback regarding how many hunks from the current file have been processed and total number of hunks Also included: changes to the test script due to change in expected output string Change in UI: displays '(${current-hunk-id} + 1/${total-hunks-in-file})' before display