1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

Mikael Magnusson: 25456: fix typo of "before".

This commit is contained in:
Clint Adams 2008-08-16 00:38:46 +00:00
parent ac8d013c16
commit d1fba243ee
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,9 @@
2008-08-16 Clint Adams <clint@zsh.org>
* Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git
* Mikael Magnusson: 25456: Completion/Unix/Command/_git: fix typo
of "before".
* Frank Terbeck: 25455: Completion/Unix/Command/_git: handle git
stashes.
2008-08-14 Clint Adams <clint@zsh.org>

View file

@ -2331,7 +2331,7 @@ _git-rev-parse () {
'--git-dir[show "$GIT_DIR" if defined else show path to ".git" directory]' \
'--short=-[show only handful hexdigits prefix]:: :_guard "[[\:digit\:]]#" number' \
{--after=-,--since=-}'[show "--max-age=" parameter corresponding given date string]:datestring' \
{--berore=-,--until=-}'[show "--min-age=" parameter corresponding given date string]:datestring' \
{--before=-,--until=-}'[show "--min-age=" parameter corresponding given date string]:datestring' \
'*:objects:__git_objects' && ret=0
}