bash: add '--merges' to common 'git log' options
[gitweb.git] / contrib / completion / git-completion.bash
index 9c488646d04f9fa08d9b2f2445b2a83d9bc4de40..887731e830b8e41d647d1961061d9c75cd441621 100755 (executable)
@@ -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=