summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+4
|\
| * treewide: reduce includes of cache.h in other headersElijah Newren2023-04-111-1/+1
| * 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 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-13/+14
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+3
|\ \ \ | |/ /
| * | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | environment.h: move declarations for environment.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-13/+14
|\ \ \ | | |/ | |/|
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-6/+6
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-5/+6
* | | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-0/+1
|\ \ \ | |_|/ |/| |
| * | treewide: include parse-options.h in source filesSZEDER Gábor2023-03-201-0/+1
| |/
* | Merge branch 'ew/fetch-hiderefs'Junio C Hamano2023-03-171-1/+2
|\ \
| * | fetch: support hideRefs to speed up connectivity checksEric Wong2023-02-271-1/+2
| |/
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-3/+3
|\ \
| * | for_each_object: mark unused callback parametersJeff King2023-02-241-2/+2
| * | mark "pointless" data pointers in callbacksJeff King2023-02-241-1/+1
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
|/
* treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason2023-01-171-1/+1
* cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason2023-01-161-1/+1
* Merge branch 'jk/unused-post-2.39'Junio C Hamano2022-12-261-10/+15
|\
| * diff: mark unused parameters in callbacksJeff King2022-12-131-10/+15
* | Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-0/+1
|\ \ | |/ |/|
| * revision API: call graph_clear() in release_revisions()Ævar Arnfjörð Bjarmason2022-11-211-0/+1
* | Merge branch 'ps/receive-use-only-advertised'Junio C Hamano2022-11-231-40/+89
|\ \
| * | revision: add new parameter to exclude hidden refsPatrick Steinhardt2022-11-171-1/+54
| * | revision: introduce struct to handle exclusionsPatrick Steinhardt2022-11-171-26/+22
| * | revision: move together exclusion-related functionsPatrick Steinhardt2022-11-171-26/+26
| |/
* | revisions API: extend the nascent REV_INFO_INIT macroÆvar Arnfjörð Bjarmason2022-11-081-17/+2
|/
* Merge branch 'rs/diff-caret-bang-with-parents'Junio C Hamano2022-10-251-3/+2
|\
| * revision: use strtol_i() for exclude_parentRené Scharfe2022-10-011-3/+2
* | CodingGuidelines: allow declaring variables in for loopsÆvar Arnfjörð Bjarmason2022-10-101-7/+0
* | Merge branch 'jk/list-objects-filter-cleanup'Junio C Hamano2022-09-191-0/+1
|\ \
| * | list-objects-filter: add and use initializersJeff King2022-09-121-0/+1
| |/
* | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-9/+9
|\ \
| * | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-9/+9
* | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-7/+11
|\ \ \ | |/ /
| * | hashmap: mark unused callback parametersJeff King2022-08-191-2/+2
| * | refs: mark unused reflog callback parametersJeff King2022-08-191-2/+5
| * | refs: mark unused each_ref_fn parametersJeff King2022-08-191-3/+4
* | | Merge branch 'jk/rev-list-verify-objects-fix'Junio C Hamano2022-09-131-0/+1
|\ \ \
| * | | rev-list: disable commit graph with --verify-objectsJeff King2022-09-071-0/+1
| | |/ | |/|
| * | Merge branch 'jc/resolve-undo' into maintJunio C Hamano2022-08-101-0/+36
| |\ \
* | | | parse_object(): check commit-graph when skip_hash setJeff King2022-09-071-13/+3
* | | | upload-pack: skip parse-object re-hashing of "want" objectsJeff King2022-09-071-1/+3