X-Git-Url: http://git.pld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=branch.sh;h=cdd909f32bd4baf580b6b84634a49606c73846dc;hp=63bad8818c94855d48eb651b729b5bb3968c710a;hb=fc34d58;hpb=4292d3067451225f8d4137e601061122a9d2a65c 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,' }