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
path: root/path.c
AgeCommit message (Expand)Author
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24mark "pointless" data pointers in callbacksJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-10-29adjust_shared_perm(): leave g+s alone when the group does not matterJunio C Hamano
2022-06-04Merge branch 'ds/bundle-uri'Junio C Hamano
2022-05-17dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-03-24Sync with 2.33.2Johannes Schindelin
2022-03-24Sync with 2.31.2Johannes Schindelin
2022-03-24Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin
2021-09-21Merge branch 'lh/systemd-timers'Junio C Hamano
2021-09-07cache.h: Introduce a generic "xdg_config_home_for(…)" functionLénaïc Huard
2021-07-26interpolate_path(): allow specifying paths relative to the runtime prefixJohannes Schindelin
2021-07-26Use a better name for the function interpolating pathsJohannes Schindelin
2021-07-26expand_user_path(): clarify the role of the `real_home` parameterJohannes Schindelin
2021-07-26expand_user_path(): remove stale part of the commentJohannes Schindelin
2021-05-04t0060: test ntfs/hfs-obscured dotfilesJeff King
2021-03-20merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflictElijah Newren
2020-08-21sequencer: treat REVERT_HEAD as a pseudo refHan-Wen Nienhuys
2020-08-21sequencer: treat CHERRY_PICK_HEAD as a pseudo refHan-Wen Nienhuys
2020-04-30Merge branch 'dl/merge-autostash'Junio C Hamano
2020-04-10merge: teach --autostash optionDenton Liu
2020-03-27Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy
2020-03-07set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy
2020-02-24setup: allow check_repository_format to read repository formatbrian m. carlson
2020-01-31normalize_path_copy(): document "dst" size expectationsJeff King
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
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-06Sync with 2.14.6Johannes Schindelin
2019-12-05is_ntfs_dotgit(): speed it upJohannes Schindelin
2019-12-05path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin
2019-12-05path: safeguard `.git` against NTFS Alternate Streams AccessesJohannes Schindelin
2019-12-05is_ntfs_dotgit(): only verify the leading segmentJohannes Schindelin
2019-12-04path.c: document the purpose of `is_ntfs_dotgit()`Johannes Schindelin
2019-12-01Merge branch 'js/git-path-head-dot-lock-fix'Junio C Hamano
2019-11-10Merge branch 'sg/dir-trie-fixes'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