summaryrefslogtreecommitdiff
path: root/git-add--interactive.perl
diff options
context:
space:
mode:
authorRalf Thielow <ralf.thielow@gmail.com>2017-02-22 18:46:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-02-22 20:51:00 (GMT)
commite519eccdf45f3b36d9596f4db7474a596f9bc72f (patch)
tree31ec33015849dc6f3a63d7d4b868349cc7e54ae7 /git-add--interactive.perl
parent0b65a8dbdb38962e700ee16776a3042beb489060 (diff)
downloadgit-e519eccdf45f3b36d9596f4db7474a596f9bc72f.zip
git-e519eccdf45f3b36d9596f4db7474a596f9bc72f.tar.gz
git-e519eccdf45f3b36d9596f4db7474a596f9bc72f.tar.bz2
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>
Diffstat (limited to 'git-add--interactive.perl')
-rwxr-xr-xgit-add--interactive.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-add--interactive.perl b/git-add--interactive.perl
index 77876d4..f4ee228 100755
--- a/git-add--interactive.perl
+++ b/git-add--interactive.perl
@@ -1566,7 +1566,7 @@ status - show paths with changes
update - add working tree state to the staged set of changes
revert - revert staged set of changes back to the HEAD version
patch - pick hunks and update selectively
-diff - view diff between HEAD and index
+diff - view diff between HEAD and index
add untracked - add contents of untracked files to the staged set of changes
EOF
}