]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Reintegrate: -u should default to safer "n" option
authorJunio C Hamano <gitster@pobox.com>
Thu, 19 May 2011 06:35:51 +0000 (23:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 May 2011 06:35:51 +0000 (23:35 -0700)
Reintegrate

index 653a13229cb0c93c4c2c8156b6de4ebf6a653bf7..726e345294a6d7ac12665c34b69d28142c07c856 100755 (executable)
@@ -152,7 +152,7 @@ then
        then
                echo >&2 "No changes."
        else
-               echo >&2 -n "Update [Y/n]? "
+               echo >&2 -n "Update [y/N]? "
                read yesno
                case "$yesno" in
                [Yy]*)