From: Ralf Thielow Date: Wed, 22 Feb 2017 18:46:27 +0000 (+0100) Subject: git add -i: replace \t with blanks in the help message X-Git-Tag: v2.12.0~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e519eccdf45f3b36d9596f4db7474a596f9bc72f;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/git-add--interactive.perl b/git-add--interactive.perl index 77876d433a..f4ee228db1 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 }