1. 4f215d2 Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41 by Junio C Hamano · 8 months ago
  2. 35dfccb Revert "Add a helper function to compare file contents" by Johannes Schindelin · 8 months ago
  3. f5b2af0 Sync with 2.40.2 by Johannes Schindelin · 9 months ago
  4. 584de0b Add a helper function to compare file contents by Johannes Schindelin · 10 months ago
  5. 4bd0785 tests: don't lose exit status with "test <op> $(git ...)" by Ævar Arnfjörð Bjarmason · 2 years ago
  6. 0cd1a88 tests: don't lose exit status with "(cd ...; test <op> $(git ...))" by Ævar Arnfjörð Bjarmason · 2 years ago
  7. 96a28a9 submodule--helper: move "resolve-relative-url-test" to a test-tool by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  8. e287a5b test-tool path-utils: fix a memory leak by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
  9. 58407e0 tests: using custom GIT_EXEC_PATH breaks --valgrind tests by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  10. 1f480d5 Sync with 2.34.2 by Johannes Schindelin · 2 years, 10 months ago
  11. 93fbff0 Sync with 2.33.2 by Johannes Schindelin · 2 years, 10 months ago
  12. 201b0c7 Sync with 2.31.2 by Johannes Schindelin · 2 years, 10 months ago
  13. 6a2381a Sync with 2.30.3 by Johannes Schindelin · 2 years, 10 months ago
  14. fdcad5a Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likes by Johannes Schindelin · 2 years, 10 months ago
  15. c576868 tests: fix broken &&-chains in `$(...)` command substitutions by Eric Sunshine · 3 years, 2 months ago
  16. e394a16 interpolate_path(): allow specifying paths relative to the runtime prefix by Johannes Schindelin · 3 years, 6 months ago
  17. b7d11a0 tests: exercise the RUNTIME_PREFIX feature by Johannes Schindelin · 3 years, 6 months ago
  18. 801ed01 t0060: test ntfs/hfs-obscured dotfiles by Jeff King · 3 years, 9 months ago
  19. 06d5314 t[01]*: adjust the references to the default branch name "main" by Johannes Schindelin · 4 years, 2 months ago
  20. c2fdc88 t0060: preemptively adjust alignment by Johannes Schindelin · 4 years, 2 months ago
  21. b6852e1 mingw: do not treat `COM0` as a reserved file name by Johannes Schindelin · 4 years, 10 months ago
  22. 13432fc Merge branch 'js/mingw-reserved-filenames' by Junio C Hamano · 5 years ago
  23. 4dc42c6 mingw: refuse paths containing reserved names by Johannes Schindelin · 5 years ago
  24. 7034cd0 Sync with Git 2.24.1 by Junio C Hamano · 5 years ago
  25. d851d94 Sync with 2.19.3 by Johannes Schindelin · 5 years ago
  26. 7c9fbda Sync with 2.18.2 by Johannes Schindelin · 5 years ago
  27. 14af7ed Sync with 2.17.3 by Johannes Schindelin · 5 years ago
  28. f82a97e mingw: handle `subst`-ed "DOS drives" by Johannes Schindelin · 5 years ago
  29. 817ddd6 mingw: refuse to access paths with illegal characters by Johannes Schindelin · 5 years ago
  30. d2c84da mingw: refuse to access paths with trailing spaces or periods by Johannes Schindelin · 5 years ago
  31. 91bd465 path: also guard `.gitmodules` against NTFS Alternate Data Streams by Johannes Schindelin · 5 years ago
  32. a2b0451 Merge branch 'js/git-path-head-dot-lock-fix' by Junio C Hamano · 5 years ago
  33. 76a53d6 git_path(): handle `.lock` files correctly by Johannes Schindelin · 5 years ago
  34. f45f88b path.c: don't call the match function without value in trie_find() by SZEDER Gábor · 5 years ago
  35. 8aff1a9 Add a place for (not) sharing stuff between worktrees by Nguyễn Thái Ngọc Duy · 6 years ago
  36. 2711b1a submodule: add more exhaustive up-path testing by Ævar Arnfjörð Bjarmason · 6 years ago
  37. 7913f53 Sync with Git 2.17.1 by Junio C Hamano · 7 years ago
  38. dc2d9ba is_{hfs,ntfs}_dotgitmodules: add tests by Johannes Schindelin · 7 years ago
  39. b8d5cf4 t/helper: merge test-path-utils into test-tool by Nguyễn Thái Ngọc Duy · 7 years ago
  40. 496f256 cygwin: allow pushing to UNC paths by Torsten Bögershausen · 8 years ago
  41. 77b63ac t0060: sidestep surprising path mangling results on Windows by Johannes Sixt · 8 years ago
  42. 3389e78 submodule: ignore trailing slash in relative url by Stefan Beller · 8 years ago
  43. 0878850 submodule: ignore trailing slash on superproject URL by Stefan Beller · 8 years ago
  44. 63e95be submodule: port resolve_relative_url from shell to C by Stefan Beller · 9 years ago
  45. 4b589e5 Merge branch 'js/mingw-tests' by Junio C Hamano · 9 years ago
  46. e01c6b1 Merge branch 'js/dirname-basename' by Junio C Hamano · 9 years ago
  47. fc56c7b mingw: accomodate t0060-path-utils for MSYS2 by Johannes Schindelin · 9 years ago
  48. 7d1aaa6 t0060: verify that basename() and dirname() work as expected by Johannes Schindelin · 9 years ago
  49. ce414b3 refs: make refs/bisect/* per-worktree by David Turner · 9 years ago
  50. 4e09cf2 path: optimize common dir checking by David Turner · 9 years ago
  51. 6cfbdcb git_path(): keep "info/sparse-checkout" per work-tree by Nguyễn Thái Ngọc Duy · 10 years ago
  52. c7b3a3d $GIT_COMMON_DIR: a new environment variable by Nguyễn Thái Ngọc Duy · 10 years ago
  53. 557bd83 git_path(): be aware of file relocation in $GIT_DIR by Nguyễn Thái Ngọc Duy · 10 years ago
  54. 655ee9e setup: don't dereference in-tree symlinks for absolute paths by Martin Erik Werner · 11 years ago
  55. e131daa t0060: add tests for prefix_path when path begins with work tree by Martin Erik Werner · 11 years ago
  56. e5aa1fc t0060: add test for prefix_path when path == work tree by Martin Erik Werner · 11 years ago
  57. 74af95d t0060: add test for prefix_path on symlinks via absolute paths by Martin Erik Werner · 11 years ago
  58. e22c1c7 Merge branch 'jx/relative-path-regression-fix' by Junio C Hamano · 11 years ago
  59. 7ffd18f path-utils test: rename mingw_path function to print_path by Sebastian Schuberth · 11 years ago
  60. 7fbd422 relative_path should honor dos-drive-prefix by Jiang Xin · 11 years ago
  61. daf19a8 test: use unambigous leading path (/foo) for MSYS by Jiang Xin · 11 years ago
  62. abd4284 test: run testcases with POSIX absolute paths on Windows by Jiang Xin · 12 years ago
  63. e02ca72 path.c: refactor relative_path(), not only strip prefix by Jiang Xin · 12 years ago
  64. 203439b test: add test cases for relative_path by Jiang Xin · 12 years ago
  65. 9e2326c longest_ancestor_length(): require prefix list entries to be normalized by Michael Haggerty · 12 years ago
  66. bacca78 t0060: split absolute path test in two to exercise some of it on Windows by Johannes Sixt · 12 years ago
  67. 379a03a t0060: verify that real_path() removes extra slashes by Michael Haggerty · 12 years ago
  68. f4c21e8 real_path(): properly handle nonexistent top-level paths by Michael Haggerty · 12 years ago
  69. 7bcf48d t0060: verify that real_path() works correctly with absolute paths by Michael Haggerty · 12 years ago
  70. 3efe5d1 real_path(): reject the empty string by Michael Haggerty · 12 years ago
  71. a5c4521 t0060: verify that real_path() fails if passed the empty string by Michael Haggerty · 12 years ago
  72. a0601dc absolute_path(): reject the empty string by Michael Haggerty · 12 years ago
  73. 17264bc t0060: verify that absolute_path() fails if passed the empty string by Michael Haggerty · 12 years ago
  74. 8da650b t0060: move tests of real_path() from t0000 to here by Michael Haggerty · 12 years ago
  75. 28baf82 t0060: fix whitespace in "wc -c" invocation by Jeff King · 16 years ago
  76. 2718e85 t0060: Fix tests on Windows by Johannes Sixt · 16 years ago
  77. 4fcc86b Introduce the function strip_path_suffix() by Johannes Schindelin · 16 years ago
  78. f42302b Test and fix normalize_path_copy() by Johannes Sixt · 16 years ago
  79. 0454dd9 Add support for GIT_CEILING_DIRECTORIES by David Reiss · 17 years ago
  80. ae299be Implement normalize_absolute_path by David Reiss · 17 years ago