Meta/Reintegrate: -u should default to safer "n" option

todo
Junio C Hamano 2011-05-18 23:35:51 -07:00
parent 91c921be5b
commit d20798c67a
1 changed files with 1 additions and 1 deletions

View File

@ -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]*)