diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2008-08-30 11:36:42 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2008-08-30 11:36:42 +0000 |
| commit | e6b72c76caebca0f4c52c1f28a00ba22b40e5bf3 (patch) | |
| tree | f1355c182b37a746b8362cdfcb75074b34abc0a4 | |
| parent | Mikael Magnusson: 25539: more 'git clone' fixes. (diff) | |
| download | zsh-e6b72c76caebca0f4c52c1f28a00ba22b40e5bf3.tar zsh-e6b72c76caebca0f4c52c1f28a00ba22b40e5bf3.tar.gz zsh-e6b72c76caebca0f4c52c1f28a00ba22b40e5bf3.tar.bz2 zsh-e6b72c76caebca0f4c52c1f28a00ba22b40e5bf3.tar.lz zsh-e6b72c76caebca0f4c52c1f28a00ba22b40e5bf3.tar.xz zsh-e6b72c76caebca0f4c52c1f28a00ba22b40e5bf3.tar.zst zsh-e6b72c76caebca0f4c52c1f28a00ba22b40e5bf3.zip | |
Frank Terbeck: 25551: remove a stray period from a description.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Completion/Unix/Command/_git | 2 |
2 files changed, 6 insertions, 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 diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 0941d3919..e298090b7 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -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]' \ |
