Skip to content

Commit

Permalink
Sync with maint
Browse files Browse the repository at this point in the history
* maint:
  completion: zsh: don't override suffix on _detault
  Documentation/git-commit: Typo under --edit
  • Loading branch information
Junio C Hamano committed May 3, 2013
2 parents de0977d + 571cdfd commit 1c93768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ variable (see linkgit:git-config[1]).
-e::
--edit::
The message taken from file with `-F`, command line with
`-m`, and from file with `-C` are usually used as the
commit log message unmodified. This option lets you
`-m`, and from commit object with `-C` are usually used as
the commit log message unmodified. This option lets you
further edit the message taken from these sources.

--no-edit::
Expand Down
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ _git ()
emulate ksh -c __${service}_main
fi

let _ret && _default -S '' && _ret=0
let _ret && _default && _ret=0
return _ret
}

Expand Down

0 comments on commit 1c93768

Please sign in to comment.