diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2007-12-03 02:43:28 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2007-12-03 02:43:28 +0000 |
| commit | 943cdc72f891f16fc572a4da5b7b1156a066ee35 (patch) | |
| tree | 71f3795406bd7f1a47ea9370646fd900a0c5c1aa /Completion/Unix/Command/_git | |
| parent | 24135: consistently complete subcommands with minus signs instead of undersco... (diff) | |
| download | zsh-943cdc72f891f16fc572a4da5b7b1156a066ee35.tar zsh-943cdc72f891f16fc572a4da5b7b1156a066ee35.tar.gz zsh-943cdc72f891f16fc572a4da5b7b1156a066ee35.tar.bz2 zsh-943cdc72f891f16fc572a4da5b7b1156a066ee35.tar.lz zsh-943cdc72f891f16fc572a4da5b7b1156a066ee35.tar.xz zsh-943cdc72f891f16fc572a4da5b7b1156a066ee35.tar.zst zsh-943cdc72f891f16fc572a4da5b7b1156a066ee35.zip | |
24140: spelling fix and removal of redundant "config" subcommand as proposed by Wayne.
Diffstat (limited to 'Completion/Unix/Command/_git')
| -rw-r--r-- | Completion/Unix/Command/_git | 3 |
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' |
