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
2023-12-29attr: add builtin objectmode values supportJoanna Wang
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai
2023-10-13attr: read attributes from HEAD when bare repoJohn Cai
2023-05-07attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-01-31Merge branch 'tb/t0003-invoke-dd-more-portably'Junio C Hamano
2023-01-24Merge branch 'kn/attr-from-tree'Junio C Hamano
2023-01-22t0003: call dd with portable blocksizeTorsten Bögershausen
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak
2023-01-14t0003: move setup for `--all` into new blockKarthik Nayak
2022-12-13Sync with Git 2.37.5Junio C Hamano
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano
2022-12-13Sync with Git 2.31.6Junio C Hamano
2022-12-05attr: ignore overly large gitattributes filesPatrick Steinhardt
2022-12-05attr: ignore attribute lines exceeding 2048 bytesPatrick Steinhardt
2022-12-05attr: fix silently splitting up lines longer than 2048 bytesPatrick Steinhardt
2022-06-06tests: don't assume a .git/info for .git/info/attributesÆvar Arnfjörð Bjarmason
2022-02-24t0003: avoid pipes with Git on LHSShubham Mishra
2021-10-13leak tests: run various built-in tests in t00*.sh SANITIZE=leakÆvar Arnfjörð Bjarmason
2021-02-16attr: do not respect symlinks for in-tree .gitattributesJeff King
2019-12-20t0003: don't use `test_must_fail attr_check`Denton Liu
2019-12-20t0003: use test_must_be_empty()Denton Liu
2019-12-20t0003: use named parameters in attr_check()Denton Liu
2019-01-23attr: do not mark queried macros as unsetJeff King
2018-08-28Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-07-17t0000-t0999: fix broken &&-chainsEric Sunshine
2017-02-02attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy
2014-03-15Merge 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-10t: trivial whitespace cleanupsFelipe Contreras
2013-03-02Sync with 1.8.1.5Junio C Hamano
2013-03-02Make !pattern in .gitattributes non-fatalThomas Rast
2013-01-11Merge branch 'nd/wildmatch'Junio C Hamano
2012-11-09Merge branch 'nd/attr-match-optim-more'Jeff King
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-07-27test-lib: provide case insensitivity as a prerequisiteMichael J Gruber
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