Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Enabled args for pull and push
Browse files Browse the repository at this point in the history
Signed-off-by: motemen <motemen@gmail.com>
  • Loading branch information
Ilkka Laukkanen authored and motemen committed May 7, 2009
1 parent f9c26fc commit 73a1817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/git.vim
Expand Up @@ -339,6 +339,6 @@ command! GitBlame call GitBlame()
command! -nargs=+ Git call GitDoCommand(<q-args>)
command! GitVimDiffMerge call GitVimDiffMerge()
command! GitVimDiffMergeDone call GitVimDiffMergeDone()
command! GitPull call GitPull(<q-args>)
command! -nargs=* GitPull call GitPull(<q-args>)
command! GitPullRebase call GitPull('--rebase')
command! GitPush call GitPush('')
command! -nargs=* GitPush call GitPush(<q-args>)

0 comments on commit 73a1817

Please sign in to comment.