summaryrefslogtreecommitdiff
path: root/scripts/review-patches
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/review-patches')
-rwxr-xr-xscripts/review-patches2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review-patches b/scripts/review-patches
index 5bb9f89..d7547d0 100755
--- a/scripts/review-patches
+++ b/scripts/review-patches
@@ -11,5 +11,5 @@ cleanup()
trap cleanup EXIT
-git format-patch -o "$tempdir" master
+git format-patch -o "$tempdir" ${1:-master}
less -S "$tempdir"/*.patch