Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-16Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy
2012-10-16attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy
2012-01-11Merge the attributes fix in from maint-1.6.7 branchJunio C Hamano
2012-01-11Merge 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-23t0003: remove extra whitespacesJunio C Hamano
2011-09-23Teach '--cached' option to check-attrJay Soffian
2011-08-05git-check-attr: Normalize pathsMichael Haggerty
2011-08-05git-check-attr: Demonstrate problems with relative pathsMichael Haggerty
2011-08-05git-check-attr: Demonstrate problems with unnormalized pathsMichael Haggerty
2011-08-05git-check-attr: test that no output is written to stderrMichael Haggerty
2011-08-05git-check-attr: Fix command-line handling to match docsMichael Haggerty
2011-08-05git-check-attr: Drive two tests using the same raw dataMichael Haggerty
2011-08-05git-check-attr: Add an --all option to show all attributesMichael Haggerty
2011-08-05git-check-attr: Error out if no pathnames are specifiedMichael Haggerty
2011-08-05git-check-attr: Add tests of command-line parsingMichael Haggerty
2011-08-05git-check-attr: Add missing "&&"Michael Haggerty
2011-08-05Disallow the empty string as an attribute nameMichael Haggerty
2010-11-25Merge branch 'en/and-cascade-tests'Junio C Hamano
2010-11-09tests: add missing &&Jonathan Nieder
2010-10-30t0003: properly quote $HOMEThomas Rast
2010-09-30Merge 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-13check-attr: Add --stdin optionDmitry Potapov
2008-06-10Ignore .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