From ed35f6f963f1300874502f8de8b234fdc47eb2fa Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Mon, 3 Dec 2007 03:11:49 +0000 Subject: Merge of 24140: spelling fix and removal of redundant "config" subcommand as proposed by Wayne. --- Completion/Unix/Command/_git | 3 +-- 1 file changed, 1 insertion(+), 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' -- cgit 1.4.1