summaryrefslogtreecommitdiff
path: root/t/t0003-attributes.sh
Commit message (Expand)AuthorAgeFilesLines
* attr: teach "--attr-source=<tree>" global option to "git"John Cai2023-05-061-1/+10
* Merge branch 'tb/t0003-invoke-dd-more-portably'Junio C Hamano2023-01-301-2/+2
|\
| * t0003: call dd with portable blocksizeTorsten Bögershausen2023-01-221-2/+2
* | Merge branch 'kn/attr-from-tree'Junio C Hamano2023-01-231-3/+45
|\ \
| * | attr: add flag `--source` to work with tree-ishKarthik Nayak2023-01-141-1/+40
| * | t0003: move setup for `--all` into new blockKarthik Nayak2023-01-141-2/+5
* | | Sync with Git 2.37.5Junio C Hamano2022-12-131-0/+59
|\ \ \ | |/ / |/| |
| * | Merge branch 'maint-2.35' into maint-2.36Junio C Hamano2022-12-131-0/+59
| |\ \
| | * \ Merge branch 'maint-2.33' into maint-2.34Junio C Hamano2022-12-131-0/+59
| | |\ \
| | | * \ Sync with Git 2.31.6Junio C Hamano2022-12-131-0/+59
| | | |\ \ | | | | |/
| | | | * attr: ignore overly large gitattributes filesPatrick Steinhardt2022-12-051-0/+17
| | | | * attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt2022-12-051-2/+23
| | | | * attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt2022-12-051-0/+21
* | | | | tests: don't assume a .git/info for .git/info/attributesÆvar Arnfjörð Bjarmason2022-06-061-1/+4
|/ / / /
* | | | t0003: avoid pipes with Git on LHSShubham Mishra2022-02-231-3/+6
|/ / /
* | | leak tests: run various built-in tests in t00*.sh SANITIZE=leakÆvar Arnfjörð Bjarmason2021-10-121-0/+1
|/ /
* | attr: do not respect symlinks for in-tree .gitattributesJeff King2021-02-161-3/+33
|/
* t0003: don't use `test_must_fail attr_check`Denton Liu2019-12-201-15/+15
* t0003: use test_must_be_empty()Denton Liu2019-12-201-3/+3
* t0003: use named parameters in attr_check()Denton Liu2019-12-201-7/+4
* attr: do not mark queried macros as unsetJeff King2019-01-221-0/+20
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-2/+1
|\
| * tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-2/+1
* | t0000-t0999: fix broken &&-chainsEric Sunshine2018-07-161-12/+12
|/
* attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy2017-02-011-0/+26
* Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano2014-03-141-22/+40
|\
| * check-attr: move to the top of working tree when in non-bare repositoryjc/check-attr-honor-working-treeJunio C Hamano2014-02-061-0/+10
| * t0003: do not chdir the whole test processJunio C Hamano2014-02-061-22/+30
* | t: trivial whitespace cleanupsFelipe Contreras2013-12-091-1/+0
* | Sync with 1.8.1.5Junio C Hamano2013-03-011-1/+2
|\ \
| * | Make !pattern in .gitattributes non-fatalThomas Rast2013-03-011-1/+2
* | | Merge branch 'nd/wildmatch'Junio C Hamano2013-01-101-0/+37
|\ \ \ | |/ / |/| |
| * | Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy2012-10-151-0/+37
* | | Merge branch 'nd/attr-match-optim-more'Jeff King2012-11-091-0/+10
|\ \ \ | |/ / | | / | |/ |/|
| * attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy2012-10-151-0/+10
* | test-lib: provide case insensitivity as a prerequisiteMichael J Gruber2012-07-271-10/+0
|/
* Merge the attributes fix in from maint-1.6.7 branchJunio C Hamano2012-01-101-0/+10
|\
| * Merge the attributes fix in from maint-1.6.6 branchJunio C Hamano2012-01-101-0/+10
| |\
| | * attr: don't confuse prefixes with leading directoriesJeff King2012-01-101-0/+10
* | | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-171-1/+58
|\ \ \ | |/ /
| * | attr.c: respect core.ignorecase when matching attribute patternsBrandon Casey2011-10-111-1/+58
* | | t0003: remove extra whitespacesJunio C Hamano2011-09-221-46/+22
* | | Teach '--cached' option to check-attrJay Soffian2011-09-221-4/+21
|/ /
* | git-check-attr: Normalize pathsMichael Haggerty2011-08-041-2/+2
* | git-check-attr: Demonstrate problems with relative pathsMichael Haggerty2011-08-041-1/+14
* | git-check-attr: Demonstrate problems with unnormalized pathsMichael Haggerty2011-08-041-0/+9
* | git-check-attr: test that no output is written to stderrMichael Haggerty2011-08-041-2/+3
* | git-check-attr: Fix command-line handling to match docsMichael Haggerty2011-08-041-1/+0
* | git-check-attr: Drive two tests using the same raw dataMichael Haggerty2011-08-041-36/+23
* | git-check-attr: Add an --all option to show all attributesMichael Haggerty2011-08-041-0/+24