You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2013/08/03 17:27:13 UTC

[lucy-commits] git commit: refs/heads/master - Change syntax for hiding .git dir from RAT.

Updated Branches:
  refs/heads/master e10c9ccc5 -> aee1e5026


Change syntax for hiding .git dir from RAT.

The RAT buildbot uses an Apache Ant fileset for its file exclusions.
The proper Ant fileset syntax for matching all content within a
directory tree is a double asterisk.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/aee1e502
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/aee1e502
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/aee1e502

Branch: refs/heads/master
Commit: aee1e5026e6e1a8dee80110646e3b2ef57741582
Parents: e10c9cc
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Sat Aug 3 08:20:01 2013 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Sat Aug 3 08:23:13 2013 -0700

----------------------------------------------------------------------
 devel/conf/rat-excludes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/aee1e502/devel/conf/rat-excludes
----------------------------------------------------------------------
diff --git a/devel/conf/rat-excludes b/devel/conf/rat-excludes
index 3927a34..99389ea 100644
--- a/devel/conf/rat-excludes
+++ b/devel/conf/rat-excludes
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 # Ignore the .git directory.
-.git/*
+.git/**
 
 # CHANGES and MANIFEST files do not require license headers.
 CHANGES