Code

Merge branch 'ss/cherry-pick-x-doc' into maint
[git.git] / contrib / completion / git-completion.bash
index 3b1cc83e2d120b03d0a2fc8ca36078d22b1c9c15..840ae38760a5de84b369b208a52cc579ce478378 100755 (executable)
@@ -1511,7 +1511,7 @@ _git_help ()
                ;;
        esac
        __git_compute_all_commands
-       __gitcomp "$__git_all_commands
+       __gitcomp "$__git_all_commands $(__git_aliases)
                attributes cli core-tutorial cvs-migration
                diffcore gitk glossary hooks ignore modules
                repository-layout tutorial tutorial-2
@@ -1577,6 +1577,8 @@ __git_log_common_options="
        --max-count=
        --max-age= --since= --after=
        --min-age= --until= --before=
+       --min-parents= --max-parents=
+       --no-min-parents --no-max-parents
 "
 # Options that go well for log and gitk (not shortlog)
 __git_log_gitk_options="