index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
rev-list.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-08-01
Merge branch 'jc/do-not-scan-argv-without-parsing'
Junio C Hamano
1
-9
/
+13
2025-08-01
Merge branch 'jc/rev-list-info-cleanup'
Junio C Hamano
1
-0
/
+8
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-22
rev-list: update a NEEDSWORK comment
Junio C Hamano
1
-9
/
+13
2025-07-21
rev-list: make "struct rev_list_info" static to the only user
Junio C Hamano
1
-0
/
+8
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-2
/
+4
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-05-12
oidmap: rename oidmap_free() to oidmap_clear()
Jeff King
1
-1
/
+1
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-1
/
+1
2025-04-16
Merge branch 'ps/cat-file-filter-batch'
Junio C Hamano
1
-1
/
+2
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-07
pack-bitmap: allow passing payloads to `show_reachable_fn()`
Patrick Steinhardt
1
-1
/
+2
2025-03-21
rev-list: support NUL-delimited --missing option
Justin Tobler
1
-9
/
+22
2025-03-21
rev-list: support NUL-delimited --boundary option
Justin Tobler
1
-2
/
+7
2025-03-21
rev-list: support delimiting objects with NUL bytes
Justin Tobler
1
-5
/
+30
2025-03-21
rev-list: refactor early option parsing
Justin Tobler
1
-10
/
+7
2025-03-21
rev-list: inline `show_object_with_name()` in `show_object()`
Justin Tobler
1
-4
/
+9
2025-02-05
rev-list: extend print-info to print missing object type
Justin Tobler
1
-3
/
+8
2025-02-05
rev-list: add print-info action to print missing object path
Justin Tobler
1
-17
/
+84
2025-01-28
Merge branch 'jc/show-usage-help'
Junio C Hamano
1
-2
/
+1
2025-01-17
builtin: send usage() help text to standard output
Junio C Hamano
1
-2
/
+1
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+2
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
Junio C Hamano
1
-0
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-12-04
Merge branch 'kn/the-repository' into kn/midx-wo-the-repository
Junio C Hamano
1
-1
/
+1
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
1
-1
/
+1
2024-11-01
rev-list: skip bitmap traversal for --left-right
Jeff King
1
-0
/
+7
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-06-11
builtin/rev-list: fix leaking bitmap index when calculating disk usage
Patrick Steinhardt
1
-0
/
+2
2024-04-01
Merge branch 'jk/pretty-subject-cleanup'
Junio C Hamano
1
-0
/
+1
2024-03-19
pretty: drop print_email_subject flag
Jeff King
1
-0
/
+1
2024-02-14
rev-list: allow missing tips with --missing=[print|allow*]
Christian Couder
1
-1
/
+17
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-11-01
rev-list: add commit object support in `--missing` option
Karthik Nayak
1
-0
/
+6
2023-11-01
rev-list: move `show_commit()` to the bottom
Karthik Nayak
1
-43
/
+42
2023-11-01
revision: rename bit to `do_not_die_on_missing_objects`
Karthik Nayak
1
-1
/
+1
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'ew/fetch-hiderefs'
Junio C Hamano
1
-1
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-6
/
+7
[next]