diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-16 22:40:45 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-16 22:40:45 -0800 |
commit | 72cd63c008c673e185740a694cdf3e85711df3d2 (patch) | |
tree | 769aa7f5f340d15e71777eb6337bb711b2f5630e /git.c | |
parent | 7e5eb8f1834722507e2d2171a253b78b1d924458 (diff) | |
parent | d3f69766c431bab6321fed1ce64d914dc44ff87f (diff) | |
download | git-72cd63c008c673e185740a694cdf3e85711df3d2.tar.gz |
Merge branch 'maint'
* maint:
Prepare 1.7.0.1 release notes
Fix use of mutex in threaded grep
dwim_ref: fix dangling symref warning
stash pop: remove 'apply' options during 'drop' invocation
diff: make sure --output=/bad/path is caught
Remove hyphen from "git-command" in two error messages
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -527,7 +527,7 @@ int main(int argc, const char **argv) break; if (was_alias) { fprintf(stderr, "Expansion of alias '%s' failed; " - "'%s' is not a git-command\n", + "'%s' is not a git command\n", cmd, argv[0]); exit(1); } |