about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-12-03 03:11:49 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-12-03 03:11:49 +0000
commited35f6f963f1300874502f8de8b234fdc47eb2fa (patch)
tree9ff0d5819182fce6dc9f24a87539d18d4dac591a
parentc4bb4715f689f244c9f8c2583c30178e36a3f9ce (diff)
downloadzsh-ed35f6f963f1300874502f8de8b234fdc47eb2fa.tar.gz
zsh-ed35f6f963f1300874502f8de8b234fdc47eb2fa.tar.xz
zsh-ed35f6f963f1300874502f8de8b234fdc47eb2fa.zip
Merge of 24140: spelling fix and removal of redundant "config" subcommand as
proposed by Wayne.
-rw-r--r--Completion/Unix/Command/_git3
1 files changed, 1 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 6a7d4b7c2..c5c3241c0 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -150,7 +150,7 @@ _git_commands () {
     'commit:record changes to the repository'
     'diff:show changes between commits, commit and working tree, etc.'
     'fetch:download objects and a head from another repository'
-    'gc:cleanup unnecessary files and optimize thee local repository'
+    'gc:cleanup unnecessary files and optimize the local repository'
     'grep:print lines matching a pattern'
     'init:create empty git object database'
     'log:show commit logs'
@@ -238,7 +238,6 @@ _git_commands () {
   useful_commands=(
     'format-patch:prepare patches for e-mail submission'
     'ls-files:information about files in the index/working directory'
-    'config:get and set options in "$GIT_DIR/config"'
     'instaweb:instantly browse your working repository in gitweb'
     'remote:manage set of tracked repositories'
     'send-email:send patch-e-mails out of "format-patch" output'