From 75418f1385abd6e2d7b3100e360aeaddedf6e8e7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 29 Oct 2015 15:35:20 +0200 Subject: Allow user to specify what to review against --- scripts/review-patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1