summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 665d3e8)
raw | patch | inline | side by side (parent: 665d3e8)
author | Kevin Ballard <kevin@sb.org> | |
Wed, 25 Mar 2009 20:14:03 +0000 (13:14 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Mar 2009 22:05:46 +0000 (15:05 -0700) |
Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-push.c | patch | blob | history |
diff --git a/builtin-push.c b/builtin-push.c
index 8f4fa5b09eca25f35a6af0edbce4b0781b5129c2..bbf019850e5b93a2e36584fc00573dd180a19be0 100644 (file)
--- a/builtin-push.c
+++ b/builtin-push.c
"",
"You can specify what action you want to take in this case, and",
"avoid seeing this message again, by configuring 'push.default' to:",
- " 'nothing' : Do not push anythig",
+ " 'nothing' : Do not push anything",
" 'matching' : Push all matching branches (default)",
" 'tracking' : Push the current branch to whatever it is tracking",
" 'current' : Push the current branch"