mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
unposted: another typo fix.
This commit is contained in:
parent
7438bada2f
commit
c960e8a83b
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2008-08-16 Clint Adams <clint@zsh.org>
|
2008-08-16 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* unposted: Completion/Unix/Command/_git: another typo fix.
|
||||||
|
|
||||||
* 25464: Completion/Unix/Command/_git: patch from Mikael Magnusson
|
* 25464: Completion/Unix/Command/_git: patch from Mikael Magnusson
|
||||||
to add --graph.
|
to add --graph.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2331,7 +2331,7 @@ _git-rev-parse () {
|
||||||
'--branches[show branch refs found in $GIT_DIR/refs/heads]' \
|
'--branches[show branch refs found in $GIT_DIR/refs/heads]' \
|
||||||
'--tags[show tag refs found in $GIT_DIR/refs/tags]' \
|
'--tags[show tag refs found in $GIT_DIR/refs/tags]' \
|
||||||
'--remotes[show tag refs found in $GIT_DIR/refs/remotes]' \
|
'--remotes[show tag refs found in $GIT_DIR/refs/remotes]' \
|
||||||
'--show-prefix[show path of current directory relative to top-leve directory]' \
|
'--show-prefix[show path of current directory relative to top-level directory]' \
|
||||||
'--show-cdup[show path of top-level directory relative to current directory]' \
|
'--show-cdup[show path of top-level directory relative to current directory]' \
|
||||||
'--git-dir[show "$GIT_DIR" if defined else show path to ".git" directory]' \
|
'--git-dir[show "$GIT_DIR" if defined else show path to ".git" directory]' \
|
||||||
'--short=-[show only handful hexdigits prefix]:: :_guard "[[\:digit\:]]#" number' \
|
'--short=-[show only handful hexdigits prefix]:: :_guard "[[\:digit\:]]#" number' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue