Meta/Dothem: no need to retest only because RelNotes has changed
Junio C Hamano committed
Feb 23, 2015 at 13:15 UTC
390811230e69f281f7100f0cd1e901e343c66c2c
1 file changed
+3
-1
Dothem
+3
-1
@@ -144,7 +144,9 @@ do
144
do
145
if test "z$xtree" = "z$rtree" ||
146
git diff --quiet "$xtree" "$rtree" -- . \
147
- ':!GIT-VERSION-GEN' ':!Documentation/'
147
+ ':!GIT-VERSION-GEN' \
148
+ ':!RelNotes' \
149
+ ':!Documentation/'
150
then
151
skip_test=1
152
break