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