summaryrefslogtreecommitdiffstats
path: root/revision.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-2/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-12-20Merge branch 'rs/incompatible-options-messages'Junio C Hamano1-12/+15
2023-12-20Merge branch 'jc/revision-parse-int'Junio C Hamano1-11/+30
2023-12-09revision: parse integer arguments to --max-count, --skip, etc., more carefullyJunio C Hamano1-11/+30
2023-12-09revision, rev-parse: factorize incompatibility messages about - -exclude-hiddenRené Scharfe1-6/+12
2023-12-09revision: use die_for_incompatible_opt3() for - -graph/--reverse/--walk-reflogsRené Scharfe1-6/+3
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe1-2/+2
2023-11-01rev-list: add commit object support in `--missing` optionKarthik Nayak1-2/+14
2023-10-13Merge branch 'jk/decoration-and-other-leak-fixes'Junio C Hamano1-0/+9
2023-10-05revision: clear decoration structs during release_revisions()Jeff King1-0/+9
2023-10-04Merge branch 'ps/revision-cmdline-stdin-not'Junio C Hamano1-5/+5
2023-09-25revision: make pseudo-opt flags read via stdin behave consistentlyPatrick Steinhardt1-5/+5
2023-09-19range-diff: treat notes like `log`Kristoffer Haugsbakk1-0/+7
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano1-1/+1
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-2/+2
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-13revisions: drop unused "opt" parameter in "tweak" callbacksJeff King1-1/+1
2023-07-10revision.h: store hidden refs in a `strvec`Taylor Blau1-1/+1
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau1-1/+1
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-1/+3
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-04Merge branch 'ps/revision-stdin-with-options'Junio C Hamano1-34/+48
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+3
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren1-0/+1
2023-06-15revision: handle pseudo-opts in `--stdin` modePatrick Steinhardt1-4/+17
2023-06-15revision: small readability improvement for reading from stdinPatrick Steinhardt1-8/+9
2023-06-15revision: reorder `read_revisions_from_stdin()`Patrick Steinhardt1-33/+33
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-1/+4
2023-04-11treewide: reduce includes of cache.h in other headersElijah Newren1-1/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-13/+14
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-13/+14
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano1-0/+1
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-6/+6
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-5/+6
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor1-0/+1
2023-03-17Merge branch 'ew/fetch-hiderefs'Junio C Hamano1-1/+2
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-3/+3