chiark / gitweb /
Replace "git repo-config" with "git config" in help texts
authorKarl Hasselström <kha@treskal.com>
Sat, 25 Aug 2007 18:02:09 +0000 (20:02 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 26 Aug 2007 19:55:37 +0000 (21:55 +0200)
commit82792b453d94f72aedcd65a40bd72f12785ee2d9
treebe918307a294c5f6e6bca319a7c06402c025facd
parent168815174b75e6037e8eb98cf7b34a91f789e7a4
Replace "git repo-config" with "git config" in help texts

It makes sense to still use git-repo-config instead of git-config in
the code, since the latter name is not available in older gits, but
it's better to use the new name in the help texts since the
overwhelming majority of users aren't going to use a very old git.

Signed-off-by: Karl Hasselström <kha@treskal.com>
examples/gitconfig
stgit/stack.py