summaryrefslogtreecommitdiff
path: root/t/t0003-attributes.sh
AgeCommit message (Expand)Author
2017-02-01attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy
2014-03-14Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano
2014-02-06check-attr: move to the top of working tree when in non-bare repositoryJunio C Hamano
2014-02-06t0003: do not chdir the whole test processJunio C Hamano
2013-12-09t: trivial whitespace cleanupsFelipe Contreras
2013-03-01Sync with 1.8.1.5Junio C Hamano
2013-03-01Make !pattern in .gitattributes non-fatalThomas Rast
2013-01-10Merge branch 'nd/wildmatch'Junio C Hamano
2012-11-09Merge branch 'nd/attr-match-optim-more'Jeff King
2012-10-15Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy
2012-10-15attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy
2012-07-27test-lib: provide case insensitivity as a prerequisiteMichael J Gruber
2012-01-10Merge the attributes fix in from maint-1.6.7 branchJunio C Hamano
2012-01-10Merge the attributes fix in from maint-1.6.6 branchJunio C Hamano
2012-01-10attr: don't confuse prefixes with leading directoriesJeff King
2011-10-18Merge branch 'bc/attr-ignore-case'Junio C Hamano
2011-10-11attr.c: respect core.ignorecase when matching attribute patternsBrandon Casey
2011-09-22t0003: remove extra whitespacesJunio C Hamano
2011-09-22Teach '--cached' option to check-attrJay Soffian
2011-08-04git-check-attr: Normalize pathsMichael Haggerty
2011-08-04git-check-attr: Demonstrate problems with relative pathsMichael Haggerty
2011-08-04git-check-attr: Demonstrate problems with unnormalized pathsMichael Haggerty
2011-08-04git-check-attr: test that no output is written to stderrMichael Haggerty
2011-08-04git-check-attr: Fix command-line handling to match docsMichael Haggerty
2011-08-04git-check-attr: Drive two tests using the same raw dataMichael Haggerty
2011-08-04git-check-attr: Add an --all option to show all attributesMichael Haggerty
2011-08-04git-check-attr: Error out if no pathnames are specifiedMichael Haggerty
2011-08-04git-check-attr: Add tests of command-line parsingMichael Haggerty
2011-08-04git-check-attr: Add missing "&&"Michael Haggerty
2011-08-04Disallow the empty string as an attribute nameMichael Haggerty
2010-11-24Merge branch 'en/and-cascade-tests'Junio C Hamano
2010-11-09tests: add missing &&Jonathan Nieder
2010-10-29t0003: properly quote $HOMEThomas Rast
2010-09-29Merge branch 'po/etc-gitattributes'Junio C Hamano
2010-09-01Add global and system-wide gitattributesPetr Onderka
2010-08-30t0003: add missing && at end of linesMatthieu Moy
2010-04-11attr: Expand macros immediately when encountered.Henrik Grubbström
2010-04-11attr: Allow multiple changes to an attribute on the same line.Henrik Grubbström
2008-10-12check-attr: Add --stdin optionDmitry Potapov
2008-06-09Ignore .gitattributes in bare repositoriesRené Scharfe
2008-04-23Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-23gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie
2008-03-13add test_cmp function for test scriptsJeff King
2008-02-07gitattributes: fix relative path matchingJunio C Hamano