summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-31 15:00:12 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-31 15:00:12 +0200
commit7a577f7619d5d338ca3e691e67b6d7759e16350b (patch)
tree32b54d9ee4c4a2e3ecacc4b6fa5e4da77000939b
parentb280b660fd7aa238a92ec938ab0dead633dd47d8 (diff)
downloadliw-automation-7a577f7619d5d338ca3e691e67b6d7759e16350b.tar.gz
release 8.32-1
-rw-r--r--debian/changelog6
-rwxr-xr-xscripts/review-patches2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3da2104..2a41f18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liw-automation (8.32-1) unstable; urgency=medium
+
+ * review-patches: default to main branch.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 31 Jan 2021 14:58:54 +0200
+
liw-automation (8.31-1) unstable; urgency=medium
* Add reference command line parameter to review-patches
diff --git a/scripts/review-patches b/scripts/review-patches
index cd4a77e..3013786 100755
--- a/scripts/review-patches
+++ b/scripts/review-patches
@@ -11,5 +11,5 @@ cleanup()
trap cleanup EXIT
-git format-patch -o "$tempdir" ${1:-master}
+git format-patch -o "$tempdir" ${1:-main}
cat "$tempdir"/*.patch | colordiff | less -RS '+/^From '