Skip to content

Commit 4fe1a61

Browse files
szedergitster
authored andcommitted
bash: add '--merges' to common 'git log' options
... so it's available for git log, shortlog and gitk. Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2657420 commit 4fe1a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ _git_ls_tree ()
11141114
__git_log_common_options="
11151115
--not --all
11161116
--branches --tags --remotes
1117-
--first-parent --no-merges
1117+
--first-parent --merges --no-merges
11181118
--max-count=
11191119
--max-age= --since= --after=
11201120
--min-age= --until= --before=

0 commit comments

Comments
 (0)