aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0003-attributes.sh
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge the attributes fix in from maint-1.6.7 branchJunio C Hamano1-0/+10
2012-01-10Merge the attributes fix in from maint-1.6.6 branchJunio C Hamano1-0/+10
2012-01-10attr: don't confuse prefixes with leading directoriesJeff King1-0/+10
2011-10-17Merge branch 'bc/attr-ignore-case'Junio C Hamano1-1/+58
2011-10-11attr.c: respect core.ignorecase when matching attribute patternsBrandon Casey1-1/+58
2011-09-22t0003: remove extra whitespacesJunio C Hamano1-46/+22
2011-09-22Teach '--cached' option to check-attrJay Soffian1-4/+21
2011-08-04git-check-attr: Normalize pathsMichael Haggerty1-2/+2
2011-08-04git-check-attr: Demonstrate problems with relative pathsMichael Haggerty1-1/+14
2011-08-04git-check-attr: Demonstrate problems with unnormalized pathsMichael Haggerty1-0/+9
2011-08-04git-check-attr: test that no output is written to stderrMichael Haggerty1-2/+3
2011-08-04git-check-attr: Fix command-line handling to match docsMichael Haggerty1-1/+0
2011-08-04git-check-attr: Drive two tests using the same raw dataMichael Haggerty1-36/+23
2011-08-04git-check-attr: Add an --all option to show all attributesMichael Haggerty1-0/+24
2011-08-04git-check-attr: Error out if no pathnames are specifiedMichael Haggerty1-0/+2
2011-08-04git-check-attr: Add tests of command-line parsingMichael Haggerty1-0/+7
2011-08-04git-check-attr: Add missing "&&"Michael Haggerty1-1/+1
2011-08-04Disallow the empty string as an attribute nameMichael Haggerty1-0/+6
2010-11-24Merge branch 'en/and-cascade-tests'Junio C Hamano1-1/+1
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2010-10-29t0003: properly quote $HOMEThomas Rast1-1/+1
2010-09-29Merge branch 'po/etc-gitattributes'Junio C Hamano1-0/+13
2010-09-01Add global and system-wide gitattributesPetr Onderka1-0/+13
2010-08-29t0003: add missing && at end of linesMatthieu Moy1-5/+5
2010-04-10attr: Expand macros immediately when encountered.Henrik Grubbström1-0/+9
2010-04-10attr: Allow multiple changes to an attribute on the same line.Henrik Grubbström1-0/+6
2008-10-12check-attr: Add --stdin optionDmitry Potapov1-0/+17
2008-06-09Ignore .gitattributes in bare repositoriesRené Scharfe1-0/+35
2008-04-22Merge branch 'maint-1.5.4' into maintJunio C Hamano1-0/+8
2008-04-22gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie1-0/+8
2008-03-13add test_cmp function for test scriptsJeff King1-1/+1
2008-02-07gitattributes: fix relative path matchingJunio C Hamano1-0/+49