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-02-07tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason
2023-02-07tests: don't lose exit status with "(cd ...; test <op> $(git ...))"Ævar Arnfjörð Bjarmason
2022-09-02submodule--helper: move "resolve-relative-url-test" to a test-toolÆvar Arnfjörð Bjarmason
2022-07-01test-tool path-utils: fix a memory leakÆvar Arnfjörð Bjarmason
2022-05-13tests: using custom GIT_EXEC_PATH breaks --valgrind testsÆvar Arnfjörð Bjarmason
2022-03-24Sync with 2.34.2Johannes Schindelin
2022-03-24Sync with 2.33.2Johannes Schindelin
2022-03-24Sync with 2.31.2Johannes Schindelin
2022-03-24Sync with 2.30.3Johannes Schindelin
2022-03-24Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin
2021-12-13tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine
2021-07-26interpolate_path(): allow specifying paths relative to the runtime prefixJohannes Schindelin
2021-07-26tests: exercise the RUNTIME_PREFIX featureJohannes Schindelin
2021-05-04t0060: test ntfs/hfs-obscured dotfilesJeff King
2020-11-20t[01]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20t0060: preemptively adjust alignmentJohannes Schindelin
2020-04-08mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin
2020-01-02Merge branch 'js/mingw-reserved-filenames'Junio C Hamano
2019-12-22mingw: refuse paths containing reserved namesJohannes Schindelin
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin
2019-12-01Merge branch 'js/git-path-head-dot-lock-fix'Junio C Hamano
2019-10-29git_path(): handle `.lock` files correctlyJohannes Schindelin
2019-10-23path.c: don't call the match function without value in trie_find()SZEDER Gábor
2018-10-07Add a place for (not) sharing stuff between worktreesNguyễn Thái Ngọc Duy
2018-08-14submodule: add more exhaustive up-path testingÆvar Arnfjörð Bjarmason
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin
2018-03-27t/helper: merge test-path-utils into test-toolNguyễn Thái Ngọc Duy
2017-07-06cygwin: allow pushing to UNC pathsTorsten Bögershausen
2016-10-26t0060: sidestep surprising path mangling results on WindowsJohannes Sixt
2016-10-10submodule: ignore trailing slash in relative urlStefan Beller
2016-10-10submodule: ignore trailing slash on superproject URLStefan Beller
2016-04-17submodule: port resolve_relative_url from shell to CStefan Beller
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano
2016-02-04Merge branch 'js/dirname-basename'Junio C Hamano
2016-01-28mingw: accomodate t0060-path-utils for MSYS2Johannes Schindelin
2016-01-12t0060: verify that basename() and dirname() work as expectedJohannes Schindelin
2015-09-01refs: make refs/bisect/* per-worktreeDavid Turner
2015-09-01path: optimize common dir checkingDavid Turner
2014-12-01git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy
2014-12-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy
2014-02-05setup: don't dereference in-tree symlinks for absolute pathsMartin Erik Werner