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:
2657420
)
bash: add '--merges' to common 'git log' options
author
SZEDER Gábor
<redacted>
Mon, 13 Jul 2009 15:11:45 +0000
(17:11 +0200)
committer
Junio C Hamano
<redacted>
Mon, 13 Jul 2009 18:09:51 +0000
(11:09 -0700)
... so it's available for git log, shortlog and gitk.
Signed-off-by: SZEDER Gábor <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 9c488646d04f9fa08d9b2f2445b2a83d9bc4de40..887731e830b8e41d647d1961061d9c75cd441621 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1114,7
+1114,7
@@
_git_ls_tree ()
__git_log_common_options="
--not --all
--branches --tags --remotes
- --first-parent --no-merges
+ --first-parent --
merges --
no-merges
--max-count=
--max-age= --since= --after=
--min-age= --until= --before=
git clone https://git.99rst.org/PROJECT