From 390811230e69f281f7100f0cd1e901e343c66c2c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 23 Feb 2015 13:15:36 -0800 Subject: [PATCH] Meta/Dothem: no need to retest only because RelNotes has changed --- Dothem | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT