summaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/read-cache-mempool-leakfix'Junio C Hamano2024-10-041-0/+1
|\
| * read-cache: free threaded memory poolDerrick Stolee2024-10-011-0/+1
* | environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt2024-09-121-2/+4
* | Merge branch 'ps/maintenance-detach-fix'Junio C Hamano2024-08-261-3/+9
|\ \
| * | config: fix constness of out parameter for `git_config_get_expiry()`Patrick Steinhardt2024-08-161-3/+9
| |/
* | Merge branch 'ps/config-wo-the-repository'Junio C Hamano2024-08-231-11/+11
|\ \
| * | config: pass repo to `git_config_get_expiry()`Patrick Steinhardt2024-08-131-2/+2
| * | config: pass repo to `git_config_get_max_percent_split_change()`Patrick Steinhardt2024-08-131-1/+1
| * | config: pass repo to `git_config_get_split_index()`Patrick Steinhardt2024-08-131-1/+1
| * | config: pass repo to `git_config_get_index_threads()`Patrick Steinhardt2024-08-131-4/+4
| * | hooks: remove implicit dependency on `the_repository`Patrick Steinhardt2024-08-131-3/+3
| |/
* / read-cache: fix leaking hashfile when writing index failsPatrick Steinhardt2024-08-141-39/+58
|/
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+3
* hash: require hash algorithm in `is_empty_{blob,tree}_oid()`Patrick Steinhardt2024-06-141-1/+1
* hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-3/+5
* hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt2024-06-141-4/+4
* hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functionsPatrick Steinhardt2024-06-141-1/+1
* refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt2024-05-171-2/+3
* Sync with 2.44.1Johannes Schindelin2024-04-291-53/+19
|\
| * Sync with 2.43.4Johannes Schindelin2024-04-191-53/+19
| |\
| | * Sync with 2.42.2Johannes Schindelin2024-04-191-53/+19
| | |\
| | | * Sync with 2.41.1Johannes Schindelin2024-04-191-53/+19
| | | |\
| | | | * Sync with 2.40.2Johannes Schindelin2024-04-191-53/+19
| | | | |\
| | | | | * Sync with 2.39.4Johannes Schindelin2024-04-191-53/+19
| | | | | |\
| | | | | | * has_dir_name(): do not get confused by characters < '/'Filip Hejsek2024-04-171-53/+19
* | | | | | | revision: optionally record matches with pathspec elementsJunio C Hamano2024-04-031-3/+5
|/ / / / / /
* | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\| | | | |
| * | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
| |/ / / /
* / / / / cache: add fake_lstat()Junio C Hamano2023-09-161-0/+27
|/ / / /
* | | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\ \ \ \
| * | | | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * | | | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | | | Merge branch 'js/empty-index-fixes'Junio C Hamano2023-07-081-6/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | split-index: accept that a base index can be emptyJohannes Schindelin2023-06-291-6/+8
| * | | | do_read_index(): always mark index as initialized unless erroring outJohannes Schindelin2023-06-291-0/+1
| | |/ / | |/| |
* | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | | | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | | | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* | | | preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren2023-06-211-0/+1
* | | | name-hash.h: move declarations for name-hash.c from cache.hElijah Newren2023-06-211-0/+1
* | | | statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren2023-06-211-84/+0
* | | | read-cache: move shared add/checkout/commit codeElijah Newren2023-06-211-0/+102
* | | | read-cache: move shared commit and ls-files codeElijah Newren2023-06-211-0/+137
| |/ / |/| |
* | | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-68/+13
|\ \ \
| * | | commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
| * | | cache,tree: move basic name compare functions from read-cache to treeElijah Newren2023-04-241-68/+0
| * | | cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.cElijah Newren2023-04-241-1/+12
| * | | symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
* | | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+5
|\| | |