Browse Source

bash: add '--merges' to common 'git log' options

... so it's available for git log, shortlog and gitk.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
SZEDER Gábor 16 years ago committed by Junio C Hamano
parent
commit
4fe1a61973
  1. 2
      contrib/completion/git-completion.bash

2
contrib/completion/git-completion.bash

@ -1114,7 +1114,7 @@ _git_ls_tree () @@ -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=

Loading…
Cancel
Save