1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

Mikael Magnusson: 23832: fix git merge -m completion.

This commit is contained in:
Clint Adams 2007-09-25 18:58:16 +00:00
parent 9433977a83
commit c92f9a73bb
2 changed files with 4 additions and 1 deletions

View file

@ -1663,7 +1663,7 @@ _git-ls-remote () {
_git-merge () {
_arguments \
"$merge_args[@]" \
':merge message' \
'-m:merge message' \
'*:remote:__git_commits' && ret=0
}