X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fcompletion%2Fgit-completion.bash;h=840ae38760a5de84b369b208a52cc579ce478378;hb=0f51322a6be0d31f299df7becad438e8edfb608b;hp=3b1cc83e2d120b03d0a2fc8ca36078d22b1c9c15;hpb=149971badc562f4e5ee66c045f40c904fb29eab6;p=git.git diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 3b1cc83e2..840ae3876 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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="