Page MenuHomePhabricator

Fix gittatribute subdirectory behaviour
Closed, ResolvedPublic

Description

Currently the .gitattribute file of MITK does not correctly assign specific attributes for some subdirectories. Such as to check for apache style licenses for all files located within the CppMicroServices directory.

Event Timeline

[3200ee]: Merge branch 'bug-14375-fix-gittatributes'

Merged commits:

2013-01-29 14:03:07 Caspar Goch [7394df]
Fixed missing wildcard


2013-01-29 14:01:53 Caspar Goch [ba5890]
Include subdirectories

directory/*.h does not specify all headers within that directory and all subdirectories but only all headers within that directory.
directory/**/*.h will include all headers within zero to infinite subdirectories of directory/