aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0003-attributes.sh
AgeCommit message (Expand)AuthorFilesLines
2021-02-16attr: do not respect symlinks for in-tree .gitattributesJeff King1-3/+33
2019-12-20t0003: don't use `test_must_fail attr_check`Denton Liu1-15/+15
2019-12-20t0003: use test_must_be_empty()Denton Liu1-3/+3
2019-12-20t0003: use named parameters in attr_check()Denton Liu1-7/+4
2019-01-22attr: do not mark queried macros as unsetJeff King1-0/+20
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-2/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-2/+1
2018-07-16t0000-t0999: fix broken &&-chainsEric Sunshine1-12/+12
2017-02-01attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy1-0/+26
2014-03-14Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano1-22/+40
2014-02-06check-attr: move to the top of working tree when in non-bare repositoryJunio C Hamano1-0/+10
2014-02-06t0003: do not chdir the whole test processJunio C Hamano1-22/+30
2013-12-09t: trivial whitespace cleanupsFelipe Contreras1-1/+0
2013-03-01Sync with 1.8.1.5Junio C Hamano1-1/+2
2013-03-01Make !pattern in .gitattributes non-fatalThomas Rast1-1/+2
2013-01-10Merge branch 'nd/wildmatch'Junio C Hamano1-0/+37
2012-11-09Merge branch 'nd/attr-match-optim-more'Jeff King1-0/+10
2012-10-15Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy1-0/+37
2012-10-15attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy1-0/+10
2012-07-27test-lib: provide case insensitivity as a prerequisiteMichael J Gruber1-10/+0
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