diff --git a/git-completion.bash b/git-completion.bash index 141b060..bd47769 100644 --- a/git-completion.bash +++ b/git-completion.bash @@ -1276,7 +1276,7 @@ _git_commit () --*) __gitcomp " --all --author= --signoff --verify --no-verify - --edit --amend --include --only --interactive + --edit --no-edit --amend --include --only --interactive --dry-run --reuse-message= --reedit-message= --reset-author --file= --message= --template= --cleanup= --untracked-files --untracked-files= @@ -1735,7 +1735,7 @@ _git_push () --*) __gitcomp " --all --mirror --tags --dry-run --force --verbose - --receive-pack= --repo= + --force-with-lease --receive-pack= --repo= " return ;;