about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-12-03 02:43:28 +0000
committerClint Adams <clint@users.sourceforge.net>2007-12-03 02:43:28 +0000
commit943cdc72f891f16fc572a4da5b7b1156a066ee35 (patch)
tree71f3795406bd7f1a47ea9370646fd900a0c5c1aa
parent193815161c7271637cebc1e64faf29cef37a6948 (diff)
downloadzsh-943cdc72f891f16fc572a4da5b7b1156a066ee35.tar.gz
zsh-943cdc72f891f16fc572a4da5b7b1156a066ee35.tar.xz
zsh-943cdc72f891f16fc572a4da5b7b1156a066ee35.zip
24140: spelling fix and removal of redundant "config" subcommand as proposed by Wayne.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_git3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a5136c519..167012032 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-03  Clint Adams  <clint@zsh.org>
+
+	* 24140: Completion/Unix/Command/_git: spelling fix and
+	removal of redundant "config" subcommand as proposed by Wayne.
+
 2007-12-01  Clint Adams  <clint@zsh.org>
 
 	* 24135: Completion/Debian/Command/_make-kpkg: consistently
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'