Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add quotes around the subject line that we print out as being applied.
[gitweb.git]
/
applypatch
diff --git
a/applypatch
b/applypatch
index 2791d9139adf19d0a3965d072bfdf55072765386..9799cf98da1fa5454b56468502bdb5f8cd901690 100755
(executable)
--- a/
applypatch
+++ b/
applypatch
@@
-19,7
+19,7
@@
export AUTHOR_EMAIL="$(sed -n '/^Email/ s/Email: //p' .dotest/info)"
export SUBJECT="$(sed -n '/^Subject/ s/Subject: //p' .dotest/info)"
echo
-echo Applying
$SUBJECT
+echo Applying
"'$SUBJECT'"
echo
(echo "[PATCH] $SUBJECT" ; echo ; cat $MSGFILE ) > .dotest/final-commit