diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2011-05-21 14:11:33 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-21 22:29:29 -0700 |
commit | 5b5e45949bb310fa8972f3e55b9cb05ce8047f37 (patch) | |
tree | bd1051a63c719eca89b2f1a5d51654f9ed7e5ba1 /grep.c | |
parent | 9963e025e88f134cf07ef348d80a5821c69a7eb0 (diff) | |
download | git-5b5e45949bb310fa8972f3e55b9cb05ce8047f37.tar.gz |
t4018 (funcname patterns): make .gitattributes state easier to track
Most, but not all, tests in this script rely on attributes declaring
that files with a .java extension should use the "java" driver:
*.java diff=java
Split out a "set up" test to put such a .gitattributes in place after
the tests that do not want it have run, to make it more likely that
individual tests other than this setup test can be safely modified,
rearranged, or skipped. Presumably this setup code will learn to
request other drivers for other extensions in the same place when the
test suite learns to exercise other diff drivers.
Similarly, make sure that early test assertions that do not use these
default attributes set up .gitattributes appropriately for themselves,
so tests that run before can be modified with less risk of breaking
something.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'grep.c')
0 files changed, 0 insertions, 0 deletions