summaryrefslogtreecommitdiffstats
path: root/revision.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/revision-cmdline-stdin-not'Junio C Hamano2023-10-041-5/+5
|\
| * revision: make pseudo-opt flags read via stdin behave consistentlyPatrick Steinhardt2023-09-251-5/+5
* | range-diff: treat notes like `log`Kristoffer Haugsbakk2023-09-191-0/+7
|/
* Merge branch 'jk/unused-parameter'Junio C Hamano2023-07-251-1/+1
|\
| * revisions: drop unused "opt" parameter in "tweak" callbacksJeff King2023-07-141-1/+1
* | Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-2/+2
|\ \
| * | revision.h: store hidden refs in a `strvec`Taylor Blau2023-07-101-1/+1
| * | refs: plumb `exclude_patterns` argument throughoutTaylor Blau2023-07-101-1/+1
* | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \ \ | |_|/ |/| |
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-1/+3
|\ \ \
| * | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-1/+3
| | |/ | |/|
* | | Merge branch 'ps/revision-stdin-with-options'Junio C Hamano2023-07-051-34/+48
|\ \ \ | |_|/ |/| |
| * | revision: handle pseudo-opts in `--stdin` modePatrick Steinhardt2023-06-151-4/+17
| * | revision: small readability improvement for reading from stdinPatrick Steinhardt2023-06-151-8/+9
| * | revision: reorder `read_revisions_from_stdin()`Patrick Steinhardt2023-06-151-33/+33
| |/
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | git-compat-util.h: remove unneccessary include of wildmatch.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
* | sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
|/
* 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-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-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