git add -i: replace \t with blanks in the help message
commite519eccdf45f3b36d9596f4db7474a596f9bc72f
authorRalf Thielow <ralf.thielow@gmail.com>
Wed, 22 Feb 2017 18:46:27 +0000 (22 19:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Feb 2017 20:51:00 +0000 (22 12:51 -0800)
tree31ec33015849dc6f3a63d7d4b868349cc7e54ae7
parent0b65a8dbdb38962e700ee16776a3042beb489060
git add -i: replace \t with blanks in the help message

Within the help message of 'git add -i', the 'diff' command uses one
tab character and blanks to create the space between the name and the
description while the others use blanks only.  So if the tab size is
not at 4 characters, this description will not be in range.
Replace the tab character with blanks.

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-add--interactive.perl