From: Junio C Hamano Date: Mon, 23 Feb 2015 21:15:36 +0000 (-0800) Subject: Meta/Dothem: no need to retest only because RelNotes has changed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=390811230e69f281f7100f0cd1e901e343c66c2c;p=thirdparty%2Fgit.git Meta/Dothem: no need to retest only because RelNotes has changed --- diff --git a/Dothem b/Dothem index cff2949a9e..7c47ae03d8 100755 --- a/Dothem +++ b/Dothem @@ -144,7 +144,9 @@ do do if test "z$xtree" = "z$rtree" || git diff --quiet "$xtree" "$rtree" -- . \ - ':!GIT-VERSION-GEN' ':!Documentation/' + ':!GIT-VERSION-GEN' \ + ':!RelNotes' \ + ':!Documentation/' then skip_test=1 break