chiark / gitweb /
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)
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>

No differences found