Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch-pack.c: use oidset to check existence of loose object
[gitweb.git]
/
git-rebase--am.sh
diff --git
a/git-rebase--am.sh
b/git-rebase--am.sh
index 0f78051792fae93f7966c2a3f9fc670b4fca9188..be3f068922c5a3ba0d1112f3b8b1cf1228567d2e 100644
(file)
--- a/
git-rebase--am.sh
+++ b/
git-rebase--am.sh
@@
-27,6
+27,9
@@
skip)
move_to_original_branch
return
;;
+show-current-patch)
+ exec git am --show-current-patch
+ ;;
esac
if test -z "$rebase_root"