Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fmt_with_err: add a comment that truncation is OK
[gitweb.git]
/
git-rebase--am.sh
diff --git
a/git-rebase--am.sh
b/git-rebase--am.sh
index c931891cbc45845f3e781b75a3978e327d770696..be3f068922c5a3ba0d1112f3b8b1cf1228567d2e 100644
(file)
--- a/
git-rebase--am.sh
+++ b/
git-rebase--am.sh
@@
-49,6
+49,7
@@
then
# makes this easy
git cherry-pick ${gpg_sign_opt:+"$gpg_sign_opt"} --allow-empty \
$allow_rerere_autoupdate --right-only "$revisions" \
+ $allow_empty_message \
${restrict_revision+^$restrict_revision}
ret=$?
else