summaryrefslogtreecommitdiffstats
path: root/read-cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| | |
| * | | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | | treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-111-0/+1
| * | | treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-0/+1
| * | | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
| * | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+5
| |\ \ \
* | | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+3
|\| | | |
| * | | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-4/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-2/+2