summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-08-16 18:09:54 +0000
committerClint Adams <clint@users.sourceforge.net>2008-08-16 18:09:54 +0000
commitc960e8a83bd618c52fcd3af752306c38aec0dac0 (patch)
tree676e52300542bab457a287966eedb522ec59c78c
parent7438bada2f1bc1585912eed10c3098015c7b6c91 (diff)
downloadzsh-c960e8a83bd618c52fcd3af752306c38aec0dac0.tar.gz
zsh-c960e8a83bd618c52fcd3af752306c38aec0dac0.zip
unposted: another typo fix.
-rw-r--r--ChangeLog2
-rw-r--r--Completion/Unix/Command/_git2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec9588c84..fe60b7afd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
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
to add --graph.
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 833a475d5..4c1513a17 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -2331,7 +2331,7 @@ _git-rev-parse () {
'--branches[show branch refs found in $GIT_DIR/refs/heads]' \
'--tags[show tag refs found in $GIT_DIR/refs/tags]' \
'--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]' \
'--git-dir[show "$GIT_DIR" if defined else show path to ".git" directory]' \
'--short=-[show only handful hexdigits prefix]:: :_guard "[[\:digit\:]]#" number' \