diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-24 10:48:08 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-24 10:48:08 -0800 |
commit | c0588fd61aa6da96824eec60719c505b66239dd6 (patch) | |
tree | 6788c8d1003fb07a1c2da3950d8118f83cd88d97 /git-add--interactive.perl | |
parent | Merge branch 'bc/blame-doc-fix' (diff) | |
parent | git add -i: replace \t with blanks in the help message (diff) | |
download | tgif-c0588fd61aa6da96824eec60719c505b66239dd6.tar.xz |
Merge branch 'rt/align-add-i-help-text'
Doc update.
* rt/align-add-i-help-text:
git add -i: replace \t with blanks in the help message
Diffstat (limited to 'git-add--interactive.perl')
-rwxr-xr-x | git-add--interactive.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-add--interactive.perl b/git-add--interactive.perl index cf6fc926ab..982593c89e 100755 --- a/git-add--interactive.perl +++ b/git-add--interactive.perl @@ -1678,7 +1678,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 } |