mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
Frank Terbeck: 25551: remove a stray period from a description.
This commit is contained in:
parent
7ce0886cb3
commit
e6b72c76ca
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-08-30 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Frank Terbeck: 25551: Completion/Unix/Command/_git: remove
|
||||
a stray period from a description.
|
||||
|
||||
2008-08-29 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Mikael Magnusson: 25539: Completion/Unix/Command/_git: more
|
||||
|
|
|
@ -1354,7 +1354,7 @@ __git_zstyle_default ':completion::complete:git-add:argument-rest:*' ignore-line
|
|||
_git-am () {
|
||||
_arguments \
|
||||
'--3way[use 3-way merge if patch does not apply cleanly]' \
|
||||
'--abort[restore the original branch and abort the patching operation.]' \
|
||||
'--abort[restore the original branch and abort the patching operation]' \
|
||||
'--binary[pass "--allow-binary-replacement" to "git-apply"]' \
|
||||
'--dotest=-[use given directory as working area instead of .dotest]:directory:_directories' \
|
||||
'--interactive[apply patches interactively]' \
|
||||
|
|
Loading…
Reference in a new issue