projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3240d9
)
bash completion: Add '--intent-to-add' long option for 'git add'
author
Lee Marlow
<lee.marlow@gmail.com>
Wed, 10 Dec 2008 19:39:17 +0000
(12:39 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 11 Jan 2009 01:37:58 +0000
(17:37 -0800)
Signed-off-by: Lee Marlow <lee.marlow@gmail.com>
Trivially-Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 8ec782dc54c9eb49873e38b75d925babe9a7746c..e986e783e24da202e9b5e2a55a82b0495529cbf3 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-563,7
+563,7
@@
_git_add ()
--*)
__gitcomp "
--interactive --refresh --patch --update --dry-run
- --ignore-errors
+ --ignore-errors
--intent-to-add
"
return
esac