]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-rebase--am.sh
Sync with 2.16.6
[thirdparty/git.git] / git-rebase--am.sh
index 0f78051792fae93f7966c2a3f9fc670b4fca9188..be3f068922c5a3ba0d1112f3b8b1cf1228567d2e 100644 (file)
@@ -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"