Don't use the dashed for of git commands
authorKarl Hasselström <kha@treskal.com>
Tue, 26 Aug 2008 21:43:49 +0000 (23:43 +0200)
committerKarl Hasselström <kha@treskal.com>
Tue, 26 Aug 2008 21:43:49 +0000 (23:43 +0200)
commit04b442170d797b1cb80700838c41b7222040236c
treecbb78842d827cf89ed96b814b62946083533f454
parentedca53204c2461fd451bf3a8bbb18e59c6260523
Don't use the dashed for of git commands

With the release of git 1.6.0, the dashed forms of the git commands
are no longer installed in $PATH by default, so trying to use them is
likely to fail. This patch replaces all remaining dashed git calls by
their dashless equivalents -- even in comments and docs, for
consistency and to aid grepping.

Signed-off-by: Karl Hasselström <kha@treskal.com>
22 files changed:
.mailmap
Documentation/tutorial.txt
contrib/release/post-update
contrib/release/release.sh
contrib/release/snapshot.sh
contrib/stg-cvs
contrib/stg-gitk
contrib/stg-whatchanged
contrib/stgbashprompt.sh
examples/gitconfig
stgit/commands/diff.py
stgit/commands/edit.py
stgit/commands/export.py
stgit/commands/files.py
stgit/commands/mail.py
stgit/commands/pick.py
stgit/gitmergeonefile.py
t/README
t/t1200-push-modified.sh
t/t1201-pull-trailing.sh
t/t1302-repair-interop.sh
t/test-lib.sh