OSDN Git Service

Merge branch 'mk/diff-delta-uint-may-be-shorter-than-ulong'
[git-core/git.git] / git-rebase--am.sh
index 319933e..6e64d40 100644 (file)
@@ -53,6 +53,7 @@ else
 
        git format-patch -k --stdout --full-index --cherry-pick --right-only \
                --src-prefix=a/ --dst-prefix=b/ --no-renames --no-cover-letter \
+               $git_format_patch_opt \
                "$revisions" ${restrict_revision+^$restrict_revision} \
                >"$GIT_DIR/rebased-patches"
        ret=$?