git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
afa0876
)
contrib/completion: --no-index option to git diff
author
Michael J Gruber
<redacted>
Thu, 23 Sep 2010 12:33:51 +0000
(14:33 +0200)
committer
Junio C Hamano
<redacted>
Mon, 27 Sep 2010 17:52:49 +0000
(10:52 -0700)
Signed-off-by: Michael J Gruber <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 67569901e71e5062199e48304afc424f15b57ba1..f83f019ca91a2611f5bd3474ccf6d10081320c4c 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1125,7
+1125,7
@@
_git_diff ()
case "$cur" in
--*)
__gitcomp "--cached --staged --pickaxe-all --pickaxe-regex
- --base --ours --theirs
+ --base --ours --theirs
--no-index
$__git_diff_common_options
"
return
git clone https://git.99rst.org/PROJECT