index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t0060-path-utils.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mingw: do not treat `COM0` as a reserved file name
Johannes Schindelin
2020-04-08
1
-0
/
+2
*
Merge branch 'js/mingw-reserved-filenames'
Junio C Hamano
2020-01-02
1
-2
/
+11
|
\
|
*
mingw: refuse paths containing reserved names
Johannes Schindelin
2019-12-22
1
-2
/
+11
*
|
Sync with Git 2.24.1
Junio C Hamano
2019-12-10
1
-1
/
+31
|
\
|
|
*
Sync with 2.19.3
Johannes Schindelin
2019-12-06
1
-1
/
+31
|
|
\
|
|
*
Sync with 2.18.2
Johannes Schindelin
2019-12-06
1
-1
/
+31
|
|
|
\
|
|
|
*
Sync with 2.17.3
Johannes Schindelin
2019-12-06
1
-1
/
+31
|
|
|
|
\
|
|
|
|
*
mingw: handle `subst`-ed "DOS drives"
Johannes Schindelin
2019-12-05
1
-0
/
+9
|
|
|
|
*
mingw: refuse to access paths with illegal characters
Johannes Schindelin
2019-12-05
1
-1
/
+3
|
|
|
|
*
mingw: refuse to access paths with trailing spaces or periods
Johannes Schindelin
2019-12-05
1
-0
/
+14
|
|
|
|
*
path: also guard `.gitmodules` against NTFS Alternate Data Streams
Johannes Schindelin
2019-12-05
1
-1
/
+6
*
|
|
|
|
Merge branch 'js/git-path-head-dot-lock-fix'
Junio C Hamano
2019-12-01
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
git_path(): handle `.lock` files correctly
Johannes Schindelin
2019-10-29
1
-0
/
+2
|
|
/
/
/
/
*
/
/
/
/
path.c: don't call the match function without value in trie_find()
SZEDER Gábor
2019-10-23
1
-0
/
+2
|
/
/
/
/
*
/
/
/
Add a place for (not) sharing stuff between worktrees
Nguyễn Thái Ngọc Duy
2018-10-07
1
-0
/
+2
|
/
/
/
*
/
/
submodule: add more exhaustive up-path testing
Ævar Arnfjörð Bjarmason
2018-08-14
1
-0
/
+13
|
/
/
*
|
Sync with Git 2.17.1
Junio C Hamano
2018-05-29
1
-0
/
+86
|
\
|
|
*
is_{hfs,ntfs}_dotgitmodules: add tests
Johannes Schindelin
2018-05-22
1
-0
/
+86
*
|
t/helper: merge test-path-utils into test-tool
Nguyễn Thái Ngọc Duy
2018-03-27
1
-30
/
+30
|
/
*
cygwin: allow pushing to UNC paths
Torsten Bögershausen
2017-07-05
1
-0
/
+2
*
t0060: sidestep surprising path mangling results on Windows
Johannes Sixt
2016-10-26
1
-13
/
+14
*
submodule: ignore trailing slash in relative url
Stefan Beller
2016-10-10
1
-0
/
+1
*
submodule: ignore trailing slash on superproject URL
Stefan Beller
2016-10-10
1
-0
/
+1
*
submodule: port resolve_relative_url from shell to C
Stefan Beller
2016-04-17
1
-0
/
+46
*
Merge branch 'js/mingw-tests'
Junio C Hamano
2016-02-17
1
-0
/
+9
|
\
|
*
mingw: accomodate t0060-path-utils for MSYS2
Johannes Schindelin
2016-01-27
1
-0
/
+9
*
|
Merge branch 'js/dirname-basename'
Junio C Hamano
2016-02-03
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
t0060: verify that basename() and dirname() work as expected
Johannes Schindelin
2016-01-12
1
-0
/
+3
*
|
refs: make refs/bisect/* per-worktree
David Turner
2015-09-01
1
-0
/
+5
*
|
path: optimize common dir checking
David Turner
2015-09-01
1
-0
/
+1
|
/
*
git_path(): keep "info/sparse-checkout" per work-tree
Nguyễn Thái Ngọc Duy
2014-12-01
1
-0
/
+1
*
$GIT_COMMON_DIR: a new environment variable
Nguyễn Thái Ngọc Duy
2014-12-01
1
-0
/
+16
*
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
2014-12-01
1
-0
/
+19
*
setup: don't dereference in-tree symlinks for absolute paths
Martin Erik Werner
2014-02-04
1
-1
/
+1
*
t0060: add tests for prefix_path when path begins with work tree
Martin Erik Werner
2014-02-04
1
-0
/
+10
*
t0060: add test for prefix_path when path == work tree
Martin Erik Werner
2014-02-04
1
-0
/
+6
*
t0060: add test for prefix_path on symlinks via absolute paths
Martin Erik Werner
2014-02-04
1
-0
/
+5
*
Merge branch 'jx/relative-path-regression-fix'
Junio C Hamano
2013-10-28
1
-28
/
+32
|
\
|
*
relative_path should honor dos-drive-prefix
Jiang Xin
2013-10-14
1
-0
/
+4
|
*
test: use unambigous leading path (/foo) for MSYS
Jiang Xin
2013-10-14
1
-28
/
+28
*
|
path-utils test: rename mingw_path function to print_path
Sebastian Schuberth
2013-10-14
1
-2
/
+2
|
/
*
test: run testcases with POSIX absolute paths on Windows
Jiang Xin
2013-06-26
1
-21
/
+23
*
path.c: refactor relative_path(), not only strip prefix
Jiang Xin
2013-06-26
1
-21
/
+18
*
test: add test cases for relative_path
Jiang Xin
2013-06-26
1
-0
/
+37
*
longest_ancestor_length(): require prefix list entries to be normalized
Michael Haggerty
2012-10-29
1
-28
/
+13
*
t0060: split absolute path test in two to exercise some of it on Windows
Johannes Sixt
2012-09-10
1
-2
/
+6
*
t0060: verify that real_path() removes extra slashes
Michael Haggerty
2012-09-07
1
-0
/
+18
*
real_path(): properly handle nonexistent top-level paths
Michael Haggerty
2012-09-07
1
-1
/
+1
*
t0060: verify that real_path() works correctly with absolute paths
Michael Haggerty
2012-09-07
1
-1
/
+11
*
real_path(): reject the empty string
Michael Haggerty
2012-09-07
1
-1
/
+1
[next]