Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
GIT 0.99.9m aka 1.0rc5
[gitweb.git]
/
git-applypatch.sh
diff --git
a/git-applypatch.sh
b/git-applypatch.sh
index 4c577eb835b877dd0766edbc5a603ee4e3db049a..a112e1a50405c733e9e94c610caf36a7b07297dd 100755
(executable)
--- a/
git-applypatch.sh
+++ b/
git-applypatch.sh
@@
-83,7
+83,7
@@
while [ "$interactive" = yes ]; do
echo "--------------------------"
cat "$final"
echo "--------------------------"
-
echo -n
"Apply? [y]es/[n]o/[e]dit/[a]ccept all "
+
printf
"Apply? [y]es/[n]o/[e]dit/[a]ccept all "
read reply
case "$reply" in
y|Y) interactive=no;;