| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/check-attr-honor-working-tree' | Junio C Hamano | 2014-03-14 | 1 | -22/+40 |
|\ |
|
| * | check-attr: move to the top of working tree when in non-bare repositoryjc/check-attr-honor-working-tree | Junio C Hamano | 2014-02-06 | 1 | -0/+10 |
| * | t0003: do not chdir the whole test process | Junio C Hamano | 2014-02-06 | 1 | -22/+30 |
* | | t: trivial whitespace cleanups | Felipe Contreras | 2013-12-09 | 1 | -1/+0 |
* | | Sync with 1.8.1.5 | Junio C Hamano | 2013-03-01 | 1 | -1/+2 |
|\ \ |
|
| * | | Make !pattern in .gitattributes non-fatal | Thomas Rast | 2013-03-01 | 1 | -1/+2 |
* | | | Merge branch 'nd/wildmatch' | Junio C Hamano | 2013-01-10 | 1 | -0/+37 |
|\ \ \
| |/ /
|/| | |
|
| * | | Support "**" wildcard in .gitignore and .gitattributes | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -0/+37 |
* | | | Merge branch 'nd/attr-match-optim-more' | Jeff King | 2012-11-09 | 1 | -0/+10 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | attr: more matching optimizations from .gitignore | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -0/+10 |
* | | test-lib: provide case insensitivity as a prerequisite | Michael J Gruber | 2012-07-27 | 1 | -10/+0 |
|/ |
|
* | Merge the attributes fix in from maint-1.6.7 branch | Junio C Hamano | 2012-01-10 | 1 | -0/+10 |
|\ |
|
| * | Merge the attributes fix in from maint-1.6.6 branch | Junio C Hamano | 2012-01-10 | 1 | -0/+10 |
| |\ |
|
| | * | attr: don't confuse prefixes with leading directories | Jeff King | 2012-01-10 | 1 | -0/+10 |
* | | | Merge branch 'bc/attr-ignore-case' | Junio C Hamano | 2011-10-17 | 1 | -1/+58 |
|\ \ \
| |/ / |
|
| * | | attr.c: respect core.ignorecase when matching attribute patterns | Brandon Casey | 2011-10-11 | 1 | -1/+58 |
* | | | t0003: remove extra whitespaces | Junio C Hamano | 2011-09-22 | 1 | -46/+22 |
* | | | Teach '--cached' option to check-attr | Jay Soffian | 2011-09-22 | 1 | -4/+21 |
|/ / |
|
* | | git-check-attr: Normalize paths | Michael Haggerty | 2011-08-04 | 1 | -2/+2 |
* | | git-check-attr: Demonstrate problems with relative paths | Michael Haggerty | 2011-08-04 | 1 | -1/+14 |
* | | git-check-attr: Demonstrate problems with unnormalized paths | Michael Haggerty | 2011-08-04 | 1 | -0/+9 |
* | | git-check-attr: test that no output is written to stderr | Michael Haggerty | 2011-08-04 | 1 | -2/+3 |
* | | git-check-attr: Fix command-line handling to match docs | Michael Haggerty | 2011-08-04 | 1 | -1/+0 |
* | | git-check-attr: Drive two tests using the same raw data | Michael Haggerty | 2011-08-04 | 1 | -36/+23 |
* | | git-check-attr: Add an --all option to show all attributes | Michael Haggerty | 2011-08-04 | 1 | -0/+24 |
* | | git-check-attr: Error out if no pathnames are specified | Michael Haggerty | 2011-08-04 | 1 | -0/+2 |
* | | git-check-attr: Add tests of command-line parsing | Michael Haggerty | 2011-08-04 | 1 | -0/+7 |
* | | git-check-attr: Add missing "&&" | Michael Haggerty | 2011-08-04 | 1 | -1/+1 |
* | | Disallow the empty string as an attribute name | Michael Haggerty | 2011-08-04 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'en/and-cascade-tests' | Junio C Hamano | 2010-11-24 | 1 | -1/+1 |
|\ |
|
| * | tests: add missing && | Jonathan Nieder | 2010-11-09 | 1 | -1/+1 |
* | | t0003: properly quote $HOME | Thomas Rast | 2010-10-29 | 1 | -1/+1 |
* | | Merge branch 'po/etc-gitattributes' | Junio C Hamano | 2010-09-29 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | Add global and system-wide gitattributes | Petr Onderka | 2010-09-01 | 1 | -0/+13 |
* | | t0003: add missing && at end of lines | Matthieu Moy | 2010-08-29 | 1 | -5/+5 |
|/ |
|
* | attr: Expand macros immediately when encountered. | Henrik Grubbström | 2010-04-10 | 1 | -0/+9 |
* | attr: Allow multiple changes to an attribute on the same line. | Henrik Grubbström | 2010-04-10 | 1 | -0/+6 |
* | check-attr: Add --stdin option | Dmitry Potapov | 2008-10-12 | 1 | -0/+17 |
* | Ignore .gitattributes in bare repositories | René Scharfe | 2008-06-09 | 1 | -0/+35 |
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-22 | 1 | -0/+8 |
|\ |
|
| * | gitattributes: Fix subdirectory attributes specified from root directory | Matthew Ogilvie | 2008-04-22 | 1 | -0/+8 |
* | | add test_cmp function for test scripts | Jeff King | 2008-03-13 | 1 | -1/+1 |
|/ |
|
* | gitattributes: fix relative path matching | Junio C Hamano | 2008-02-07 | 1 | -0/+49 |