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:
ab18b2c
)
contrib/completion: --notes, --no-notes
author
Michael J Gruber
<redacted>
Thu, 14 Apr 2011 17:53:13 +0000
(19:53 +0200)
committer
Junio C Hamano
<redacted>
Thu, 14 Apr 2011 19:24:18 +0000
(12:24 -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 840ae38760a5de84b369b208a52cc579ce478378..7e6a3eee8408c771d77786fcad09f4920e8350cd 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1584,7
+1584,7
@@
__git_log_common_options="
__git_log_gitk_options="
--dense --sparse --full-history
--simplify-merges --simplify-by-decoration
- --left-right
+ --left-right
--notes --no-notes
"
# Options that go well for log and shortlog (not gitk)
__git_log_shortlog_options="
git clone https://git.99rst.org/PROJECT