Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rt/align-add-i-help-text'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 24 Feb 2017 18:48:08 +0000
(10:48 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 24 Feb 2017 18:48:08 +0000
(10:48 -0800)
Doc update.
* rt/align-add-i-help-text:
git add -i: replace \t with blanks in the help message
git-add--interactive.perl
patch
|
blob
|
history
raw
(from parent 1:
af4027f
)
diff --git
a/git-add--interactive.perl
b/git-add--interactive.perl
index cf6fc926ab9325780eca5b6242cc04a656723451..982593c89e2f253c2fa4d626c0c00fde7935aead 100755
(executable)
--- a/
git-add--interactive.perl
+++ b/
git-add--interactive.perl
@@
-1678,7
+1678,7
@@
sub help_cmd {
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
}