git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] make usage text consistent in git commands
@ 2013-02-24  0:20 David Aguilar
  2013-02-24  0:20 ` [PATCH 01/16] git-sh-setup: make usage text consistent David Aguilar
  2013-02-24  0:29 ` [PATCH 00/16] make usage text consistent in git commands Jonathan Nieder
  0 siblings, 2 replies; 20+ messages in thread
From: David Aguilar @ 2013-02-24  0:20 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Various helper commands around Git say "Usage: ..." when
invoked as "git $cmd -h".  This is inconsitent with the core
git commands which all use the lowercase "usage: ..." form.

Adjust these so that they match the convention used by
builtin/help.c and git.c.

I fixed a tiny problem in import-zips.py while I was in
there, though it's unlikely that anyone uses such an old
Python these days.

There are still one or two results for "git grep Usage:"
near the tests, but end users do not ever see them so I
figured it was best to leave them as-is.

David Aguilar (16):
  git-sh-setup: make usage text consistent
  git-svn: make usage text consistent
  git-relink: make usage text consistent
  git-merge-one-file: make usage text consistent
  git-archimport: make usage text consistent
  git-cvsexportcommit: make usage text consistent
  git-cvsimport: make usage text consistent
  git-cvsimport: make usage text consistent
  contrib/credential: make usage text consistent
  contrib/fast-import: make usage text consistent
  contrib/fast-import/import-zips.py: fix broken error message
  contrib/fast-import/import-zips.py: use spaces instead of tabs
  contrib/examples: make usage text consistent
  contrib/hooks/setgitperms.perl: make usage text consistent
  templates/hooks--update.sample: make usage text consistent
  Documentation/user-manual.txt: make usage text consistent

 Documentation/user-manual.txt                      |  4 +-
 .../gnome-keyring/git-credential-gnome-keyring.c   |  2 +-
 .../osxkeychain/git-credential-osxkeychain.c       |  2 +-
 .../credential/wincred/git-credential-wincred.c    |  2 +-
 contrib/examples/git-remote.perl                   |  2 +-
 contrib/examples/git-svnimport.perl                |  2 +-
 contrib/fast-import/git-import.perl                |  2 +-
 contrib/fast-import/git-import.sh                  |  2 +-
 contrib/fast-import/import-zips.py                 | 98 +++++++++++-----------
 contrib/hooks/setgitperms.perl                     |  2 +-
 git-archimport.perl                                |  2 +-
 git-cvsexportcommit.perl                           |  2 +-
 git-cvsimport.perl                                 |  2 +-
 git-cvsserver.perl                                 |  2 +-
 git-merge-one-file.sh                              |  2 +-
 git-relink.perl                                    |  2 +-
 git-sh-setup.sh                                    |  6 +-
 git-svn.perl                                       |  2 +-
 templates/hooks--update.sample                     |  2 +-
 19 files changed, 70 insertions(+), 70 deletions(-)

-- 
1.8.2.rc0.247.g811e0c0

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2013-02-24  0:37 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-24  0:20 [PATCH 00/16] make usage text consistent in git commands David Aguilar
2013-02-24  0:20 ` [PATCH 01/16] git-sh-setup: make usage text consistent David Aguilar
2013-02-24  0:20   ` [PATCH 02/16] git-svn: " David Aguilar
2013-02-24  0:20     ` [PATCH 03/16] git-relink: " David Aguilar
2013-02-24  0:20       ` [PATCH 04/16] git-merge-one-file: " David Aguilar
2013-02-24  0:20         ` [PATCH 05/16] git-archimport: " David Aguilar
2013-02-24  0:20           ` [PATCH 06/16] git-cvsexportcommit: " David Aguilar
2013-02-24  0:20             ` [PATCH 07/16] git-cvsimport: " David Aguilar
2013-02-24  0:20               ` [PATCH 08/16] " David Aguilar
2013-02-24  0:20                 ` [PATCH 09/16] contrib/credential: " David Aguilar
2013-02-24  0:20                   ` [PATCH 10/16] contrib/fast-import: " David Aguilar
2013-02-24  0:20                     ` [PATCH 11/16] contrib/fast-import/import-zips.py: fix broken error message David Aguilar
2013-02-24  0:20                       ` [PATCH 12/16] contrib/fast-import/import-zips.py: use spaces instead of tabs David Aguilar
2013-02-24  0:20                         ` [PATCH 13/16] contrib/examples: make usage text consistent David Aguilar
2013-02-24  0:20                           ` [PATCH 14/16] contrib/hooks/setgitperms.perl: " David Aguilar
2013-02-24  0:20                             ` [PATCH 15/16] templates/hooks--update.sample: " David Aguilar
2013-02-24  0:20                               ` [PATCH 16/16] Documentation/user-manual.txt: " David Aguilar
2013-02-24  0:25   ` [PATCH 01/16] git-sh-setup: " Jonathan Nieder
2013-02-24  0:29 ` [PATCH 00/16] make usage text consistent in git commands Jonathan Nieder
2013-02-24  0:37   ` David Aguilar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).