From fc34d5895d69c82836f608f8154a3d05429942d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 18 Aug 2015 13:07:35 +0300 Subject: [PATCH] exclude files which change version --- branch.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/branch.sh b/branch.sh index 63bad88..cdd909f 100755 --- a/branch.sh +++ b/branch.sh @@ -21,6 +21,12 @@ fi d=$- filter() { set -$d + # Excluding files which change version or were not in dist tarball + filterdiff \ + -x 'CMakeLists.txt' \ + -x 'configure.ac' \ + -x 'SConstruct' \ + | \ # remove revno's for smaller diffs sed -e 's,^\([-+]\{3\} .*\)\t(revision [0-9]\+)$,\1,' } -- 2.43.0