add -i (built-in): use the same indentation as the Perl version
authorJohannes Schindelin <redacted>
Mon, 16 Nov 2020 16:08:29 +0000 (16:08 +0000)
committerJunio C Hamano <redacted>
Mon, 16 Nov 2020 23:59:02 +0000 (15:59 -0800)
commitafae3cb6b036e8fb218e5699c8ad3c18b6d4b992
tree7e8a890970d1743667ecc2bd2a7d35db82ea5517
parent6681e3603216f0e279fea467a0e6d829fffb82a5
add -i (built-in): use the same indentation as the Perl version

When copying the spaces used to indent non-flat lists in `git add -i`,
one space was appended by mistake. This makes the output of the built-in
version of `git add -i` inconsistent with the Perl version. Let's adjust
the built-in version to produce the same output as the Perl version.

Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
add-interactive.c
git clone https://git.99rst.org/PROJECT