Skip to content

Commit e519ecc

Browse files
ralfthgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0b65a8d commit e519ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-add--interactive.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ sub help_cmd {
15661566
update - add working tree state to the staged set of changes
15671567
revert - revert staged set of changes back to the HEAD version
15681568
patch - pick hunks and update selectively
1569-
diff - view diff between HEAD and index
1569+
diff - view diff between HEAD and index
15701570
add untracked - add contents of untracked files to the staged set of changes
15711571
EOF
15721572
}

0 commit comments

Comments
 (0)