[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.11-62-gd731ee1
Kevin Falcone
falcone at bestpractical.com
Wed Apr 17 09:44:31 EDT 2013
The branch, 4.0-trunk has been updated
via d731ee1ee9696c7f42dfe5ce581eb776379fe477 (commit)
from a2263b7b789455b92eab1791a06c58e8bc43df08 (commit)
Summary of changes:
.gitattributes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit d731ee1ee9696c7f42dfe5ce581eb776379fe477
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Apr 16 21:26:21 2013 -0400
Due to a git bug, be explicit about ignored directories
Git between 1.8.1.1 and 1.8.1.6 saw devel/third-party and would only
match against a *file* named devel/third-party, it required you to say
devel/third-party/ if you wanted to match the directory.
This was fixed in efa5f8254 in git.git, but since release engineers
might have one of the broken versions of git, we'll add a trailing
slash.
diff --git a/.gitattributes b/.gitattributes
index 74feacb..ebf0139 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,3 @@
.gitignore export-ignore
.gitattributes export-ignore
-devel/third-party export-ignore
+devel/third-party/ export-ignore
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list