aboutsummaryrefslogtreecommitdiff
path: root/builtin/rev-list.c
AgeCommit message (Expand)Author
2026-03-12Merge branch 'sk/oidmap-clear-with-custom-free-func'Junio C Hamano
2026-03-05builtin/rev-list: migrate missing_objects cleanup to oidmap_clear_with_free()Seyi Kufoiji
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-08-01Merge branch 'jc/do-not-scan-argv-without-parsing'Junio C Hamano
2025-08-01Merge branch 'jc/rev-list-info-cleanup'Junio C Hamano
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-22rev-list: update a NEEDSWORK commentJunio C Hamano
2025-07-21rev-list: make "struct rev_list_info" static to the only userJunio C Hamano
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-05-12oidmap: rename oidmap_free() to oidmap_clear()Jeff King
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-16Merge branch 'ps/cat-file-filter-batch'Junio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-07pack-bitmap: allow passing payloads to `show_reachable_fn()`Patrick Steinhardt
2025-03-21rev-list: support NUL-delimited --missing optionJustin Tobler
2025-03-21rev-list: support NUL-delimited --boundary optionJustin Tobler
2025-03-21rev-list: support delimiting objects with NUL bytesJustin Tobler
2025-03-21rev-list: refactor early option parsingJustin Tobler
2025-03-21rev-list: inline `show_object_with_name()` in `show_object()`Justin Tobler
2025-02-05rev-list: extend print-info to print missing object typeJustin Tobler
2025-02-05rev-list: add print-info action to print missing object pathJustin Tobler
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-18progress: stop using `the_repository`Patrick Steinhardt
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-11-01rev-list: skip bitmap traversal for --left-rightJeff King
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-06-11builtin/rev-list: fix leaking bitmap index when calculating disk usagePatrick Steinhardt
2024-04-01Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano
2024-03-19pretty: drop print_email_subject flagJeff King
2024-02-14rev-list: allow missing tips with --missing=[print|allow*]Christian Couder
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-01rev-list: add commit object support in `--missing` optionKarthik Nayak
2023-11-01rev-list: move `show_commit()` to the bottomKarthik Nayak
2023-11-01revision: rename bit to `do_not_die_on_missing_objects`Karthik Nayak
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren