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
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
2014-02-05t0060: add tests for prefix_path when path begins with work treeMartin Erik Werner
2014-02-04t0060: add test for prefix_path when path == work treeMartin Erik Werner
2014-02-04t0060: add test for prefix_path on symlinks via absolute pathsMartin Erik Werner
2013-10-28Merge branch 'jx/relative-path-regression-fix'Junio C Hamano
2013-10-14path-utils test: rename mingw_path function to print_pathSebastian Schuberth
2013-10-14relative_path should honor dos-drive-prefixJiang Xin
2013-10-14test: use unambigous leading path (/foo) for MSYSJiang Xin
2013-06-26test: run testcases with POSIX absolute paths on WindowsJiang Xin
2013-06-26path.c: refactor relative_path(), not only strip prefixJiang Xin
2013-06-26test: add test cases for relative_pathJiang Xin
2012-10-29longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty