From: Elan Ruusamäe Date: Tue, 18 Aug 2015 10:07:35 +0000 (+0300) Subject: exclude files which change version X-Git-Tag: auto/th/lighttpd-1.4.36-2~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flighttpd.git;a=commitdiff_plain;h=fc34d5895d69c82836f608f8154a3d05429942d7 exclude files which change version --- 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,' }