X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fcompletion%2Fgit-completion.bash;h=aebb0b689040c3f1c1023e3ddf07779178a6bdfb;hb=8718e875080767f2c8d06c55c3fb5a6dddf0e5a0;hp=545bd4b38368e3c2a3958133bbeef6a19e831fff;hpb=c00cf45fa35d8aaa31c479ae7502286837fc4dc6;p=git.git diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 545bd4b38..aebb0b689 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -797,6 +797,7 @@ _git_branch () __gitcomp " --color --no-color --verbose --abbrev= --no-abbrev --track --no-track --contains --merged --no-merged + --set-upstream " ;; *) @@ -841,7 +842,7 @@ _git_checkout () --*) __gitcomp " --quiet --ours --theirs --track --no-track --merge - --conflict= --patch + --conflict= --orphan --patch " ;; *)