Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | treewide: remove double forward declaration of read_in_full | Elijah Newren | 2023-04-11 | 1 | -0/+1 |
* | treewide: remove cache.h inclusion due to setup.h changes | Elijah Newren | 2023-03-21 | 1 | -1/+1 |
* | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
* | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
* | abspath.h: move absolute path functions from cache.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
* | treewide: be explicit about dependence on gettext.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
* | Merge branch 'jk/unused-post-2.39-part2' | Junio C Hamano | 2023-03-17 | 1 | -1/+2 |
|\ | |||||
| * | mark "pointless" data pointers in callbacks | Jeff King | 2023-02-24 | 1 | -1/+2 |
* | | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 2023-02-24 | 1 | -0/+1 |
|/ | |||||
* | adjust_shared_perm(): leave g+s alone when the group does not matter | Junio C Hamano | 2022-10-28 | 1 | -1/+7 |
* | Merge branch 'ds/bundle-uri' | Junio C Hamano | 2022-06-03 | 1 | -1/+1 |
|\ | |||||
| * | dir API: add a generalized path_match_flags() function | Ævar Arnfjörð Bjarmason | 2022-05-17 | 1 | -1/+1 |
* | | tree-wide: apply equals-null.cocci | Junio C Hamano | 2022-05-02 | 1 | -1/+1 |
|/ | |||||
* | Sync with 2.33.2 | Johannes Schindelin | 2022-03-24 | 1 | -5/+9 |
|\ | |||||
| * | Sync with 2.31.2 | Johannes Schindelin | 2022-03-24 | 1 | -5/+9 |
| |\ | |||||
| | * | Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likes | Johannes Schindelin | 2022-03-24 | 1 | -5/+9 |
* | | | Merge branch 'lh/systemd-timers' | Junio C Hamano | 2021-09-21 | 1 | -3/+10 |
|\ \ \ | |||||
| * | | | cache.h: Introduce a generic "xdg_config_home_for(…)" function | Lénaïc Huard | 2021-09-07 | 1 | -3/+10 |
| |/ / | |||||
* | | | interpolate_path(): allow specifying paths relative to the runtime prefix | Johannes Schindelin | 2021-07-26 | 1 | -0/+8 |
* | | | Use a better name for the function interpolating paths | Johannes Schindelin | 2021-07-26 | 1 | -2/+2 |
* | | | expand_user_path(): clarify the role of the `real_home` parameter | Johannes Schindelin | 2021-07-26 | 1 | -1/+1 |
* | | | expand_user_path(): remove stale part of the comment | Johannes Schindelin | 2021-07-26 | 1 | -3/+2 |
|/ / | |||||
* | | t0060: test ntfs/hfs-obscured dotfiles | Jeff King | 2021-05-04 | 1 | -0/+5 |
* | | merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict | Elijah Newren | 2021-03-20 | 1 | -0/+1 |
|/ | |||||
* | sequencer: treat REVERT_HEAD as a pseudo ref | Han-Wen Nienhuys | 2020-08-21 | 1 | -1/+0 |
* | sequencer: treat CHERRY_PICK_HEAD as a pseudo ref | Han-Wen Nienhuys | 2020-08-21 | 1 | -1/+0 |
* | Merge branch 'dl/merge-autostash' | Junio C Hamano | 2020-04-30 | 1 | -0/+1 |
|\ | |||||
| * | merge: teach --autostash option | Denton Liu | 2020-04-10 | 1 | -0/+1 |
* | | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 2020-03-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | setup: allow check_repository_format to read repository format | brian m. carlson | 2020-02-24 | 1 | -1/+1 |
| |/ | |||||
* | | real_path: remove unsafe API | Alexandr Miloslavskiy | 2020-03-10 | 1 | -1/+1 |
* | | set_git_dir: fix crash when used with real_path() | Alexandr Miloslavskiy | 2020-03-06 | 1 | -1/+1 |
|/ | |||||
* | normalize_path_copy(): document "dst" size expectations | Jeff King | 2020-01-30 | 1 | -0/+2 |
* | Sync with Git 2.24.1 | Junio C Hamano | 2019-12-10 | 1 | -28/+68 |
|\ | |||||
| * | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 |
| |\ | |||||
| | * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 |
| | |\ | |||||
| | | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 |
| | | |\ | |||||
| | | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 |
| | | | |\ | |||||
| | | | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -28/+68 |
| | | | | | | |\ | |||||
| | | | | | | | * | is_ntfs_dotgit(): speed it up | Johannes Schindelin | 2019-12-05 | 1 | -25/+30 |
| | | | | | | | * | path: also guard `.gitmodules` against NTFS Alternate Data Streams | Johannes Schindelin | 2019-12-05 | 1 | -1/+1 |
| | | | | | | | * | path: safeguard `.git` against NTFS Alternate Streams Accesses | Johannes Schindelin | 2019-12-05 | 1 | -1/+11 |
| | | | | | | | * | is_ntfs_dotgit(): only verify the leading segment | Johannes Schindelin | 2019-12-05 | 1 | -4/+1 |
| | | | | | | | * | path.c: document the purpose of `is_ntfs_dotgit()` | Johannes Schindelin | 2019-12-04 | 1 | -0/+28 |
| | | | | * | | | | Merge branch 'tb/char-may-be-unsigned' into maint | Junio C Hamano | 2018-11-21 | 1 | -1/+1 |
| | | | | |\ \ \ \ | |||||
* | | | | | \ \ \ \ | Merge branch 'js/git-path-head-dot-lock-fix' | Junio C Hamano | 2019-12-01 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | git_path(): handle `.lock` files correctly | Johannes Schindelin | 2019-10-29 | 1 | -0/+6 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'sg/dir-trie-fixes' | Junio C Hamano | 2019-11-10 | 1 | -55/+67 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | |