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
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
2023-02-27
fetch: support hideRefs to speed up connectivity checks
Eric Wong
1
-1
/
+1
2023-02-24
for_each_object: mark unused callback parameters
Jeff King
1
-1
/
+2
2023-02-24
list-objects: mark unused callback parameters
Jeff King
1
-5
/
+5
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-11-23
Merge branch 'ps/receive-use-only-advertised'
Junio C Hamano
1
-0
/
+1
2022-11-17
revision: add new parameter to exclude hidden refs
Patrick Steinhardt
1
-0
/
+1
2022-10-13
doc txt & -h consistency: add or fix optional "--" syntax
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
built-ins: consistently add "\n" between "usage" and options
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-08-11
rev-list: support human-readable output for `--disk-usage`
Li Linchao
1
-4
/
+32
2022-04-13
revisions API users: add "goto cleanup" for release_revisions()
Ævar Arnfjörð Bjarmason
1
-7
/
+12
2022-04-13
cocci: add and apply free_commit_list() rules
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2022-03-21
Merge branch 'ds/partial-bundles'
Junio C Hamano
1
-22
/
+7
2022-03-09
rev-list: move --filter parsing into revision.c
Derrick Stolee
1
-11
/
+0
2022-03-09
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
1
-1
/
+1
2022-03-09
pack-bitmap: drop filter in prepare_bitmap_walk()
Derrick Stolee
1
-5
/
+3
2022-03-09
revision: put object filter into struct rev_info
Derrick Stolee
1
-14
/
+12
2022-02-04
i18n: fix some misformated placeholders in command synopsis
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-1
/
+1
2021-07-12
rev-list: add option for --pretty=format without header
brian m. carlson
1
-9
/
+24
2021-04-19
rev-list: allow filtering of provided items
Patrick Steinhardt
1
-9
/
+27
2021-02-11
rev-list: add --disk-usage option for calculating disk usage
Jeff King
1
-0
/
+46
2020-08-07
bisect: combine args passed to find_bisection()
Aaron Lipman
1
-1
/
+8
2020-08-07
rev-list: allow bisect and first-parent flags
Aaron Lipman
1
-1
/
+1
2020-02-18
rev-list --count: comment on the use of count_right++
Junio C Hamano
1
-0
/
+7
2020-02-14
rev-list: use bitmap filters for traversal
Jeff King
1
-9
/
+8
2020-02-14
pack-bitmap: basic noop bitmap filter infrastructure
Jeff King
1
-2
/
+2
2020-02-14
rev-list: allow commit-only bitmap traversals
Jeff King
1
-8
/
+1
2020-02-14
rev-list: allow bitmaps when counting objects
Jeff King
1
-3
/
+18
2020-02-14
rev-list: make --count work with --objects
Jeff King
1
-0
/
+13
2020-02-14
rev-list: factor out bitmap-optimized routines
Jeff King
1
-21
/
+67
2020-02-14
pack-bitmap: refuse to do a bitmap traversal with pathspecs
Jeff King
1
-1
/
+1
2020-02-13
rev-list: fallback to non-bitmap traversal when filtering
Jeff King
1
-2
/
+2
2019-10-11
Merge branch 'rs/dedup-includes'
Junio C Hamano
1
-1
/
+0
2019-10-04
treewide: remove duplicate #include directives
René Scharfe
1
-1
/
+0
2019-09-18
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
1
-2
/
+4
[next]