diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-16 15:05:02 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-16 15:05:02 -0800 |
commit | e7b3cea0f7589c57f7bb808330e32bdd7f901c95 (patch) | |
tree | f5612fd7df20b7d7273ddf44b30117e6eb1764a9 /git.c | |
parent | b599672316ae0e0cf827e5e2cd6d3bb403d7b8cd (diff) | |
parent | eb0bcd0fbe34befe7648a398efc7f4156b07da48 (diff) | |
download | git-e7b3cea0f7589c57f7bb808330e32bdd7f901c95.tar.gz |
Merge branch 'maint-1.6.6' into maint
* maint-1.6.6:
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); } |