aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/rev-list.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2025-08-01Merge branch 'jc/do-not-scan-argv-without-parsing'Junio C Hamano1-9/+13
2025-08-01Merge branch 'jc/rev-list-info-cleanup'Junio C Hamano1-0/+8
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-22rev-list: update a NEEDSWORK commentJunio C Hamano1-9/+13
2025-07-21rev-list: make "struct rev_list_info" static to the only userJunio C Hamano1-0/+8
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-2/+4
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-05-12oidmap: rename oidmap_free() to oidmap_clear()Jeff King1-1/+1
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano1-1/+1
2025-04-16Merge branch 'ps/cat-file-filter-batch'Junio C Hamano1-1/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-07pack-bitmap: allow passing payloads to `show_reachable_fn()`Patrick Steinhardt1-1/+2
2025-03-21rev-list: support NUL-delimited --missing optionJustin Tobler1-9/+22
2025-03-21rev-list: support NUL-delimited --boundary optionJustin Tobler1-2/+7
2025-03-21rev-list: support delimiting objects with NUL bytesJustin Tobler1-5/+30
2025-03-21rev-list: refactor early option parsingJustin Tobler1-10/+7
2025-03-21rev-list: inline `show_object_with_name()` in `show_object()`Justin Tobler1-4/+9
2025-02-05rev-list: extend print-info to print missing object typeJustin Tobler1-3/+8
2025-02-05rev-list: add print-info action to print missing object pathJustin Tobler1-17/+84
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano1-2/+1
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano1-2/+1
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+2
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-1/+2
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano1-0/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-12-04Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano1-1/+1
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak1-1/+1
2024-11-01rev-list: skip bitmap traversal for --left-rightJeff King1-0/+7
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-06-11builtin/rev-list: fix leaking bitmap index when calculating disk usagePatrick Steinhardt1-0/+2
2024-04-01Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano1-0/+1
2024-03-19pretty: drop print_email_subject flagJeff King1-0/+1
2024-02-14rev-list: allow missing tips with --missing=[print|allow*]Christian Couder1-1/+17
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-11-01rev-list: add commit object support in `--missing` optionKarthik Nayak1-0/+6
2023-11-01rev-list: move `show_commit()` to the bottomKarthik Nayak1-43/+42
2023-11-01revision: rename bit to `do_not_die_on_missing_objects`Karthik Nayak1-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+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-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+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-17Merge branch 'ew/fetch-hiderefs'Junio C Hamano1-1/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-6/+7