1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

24140: spelling fix and removal of redundant "config" subcommand as proposed by Wayne.

This commit is contained in:
Clint Adams 2007-12-03 02:43:28 +00:00
parent 193815161c
commit 943cdc72f8
2 changed files with 6 additions and 2 deletions

View file

@ -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'