index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
rev-list.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
Merge branch 'ew/fetch-hiderefs'
Junio C Hamano
2023-03-17
1
-1
/
+1
|
\
|
*
fetch: support hideRefs to speed up connectivity checks
Eric Wong
2023-02-27
1
-1
/
+1
*
|
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-6
/
+7
|
\
\
|
*
|
for_each_object: mark unused callback parameters
Jeff King
2023-02-24
1
-1
/
+2
|
*
|
list-objects: mark unused callback parameters
Jeff King
2023-02-24
1
-5
/
+5
|
|
/
*
/
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
Merge branch 'ps/receive-use-only-advertised'
Junio C Hamano
2022-11-23
1
-0
/
+1
|
\
|
*
revision: add new parameter to exclude hidden refs
Patrick Steinhardt
2022-11-17
1
-0
/
+1
*
|
doc txt & -h consistency: add or fix optional "--" syntax
Ævar Arnfjörð Bjarmason
2022-10-13
1
-1
/
+1
*
|
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
2022-10-13
1
-1
/
+1
*
|
built-ins: consistently add "\n" between "usage" and options
Ævar Arnfjörð Bjarmason
2022-10-13
1
-0
/
+1
|
/
*
rev-list: support human-readable output for `--disk-usage`
Li Linchao
2022-08-11
1
-4
/
+32
*
revisions API users: add "goto cleanup" for release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-7
/
+12
*
cocci: add and apply free_commit_list() rules
Ævar Arnfjörð Bjarmason
2022-04-14
1
-4
/
+2
*
Merge branch 'ds/partial-bundles'
Junio C Hamano
2022-03-21
1
-22
/
+7
|
\
|
*
rev-list: move --filter parsing into revision.c
Derrick Stolee
2022-03-09
1
-11
/
+0
|
*
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
2022-03-09
1
-1
/
+1
|
*
pack-bitmap: drop filter in prepare_bitmap_walk()
Derrick Stolee
2022-03-09
1
-5
/
+3
|
*
revision: put object filter into struct rev_info
Derrick Stolee
2022-03-09
1
-14
/
+12
*
|
i18n: fix some misformated placeholders in command synopsis
Jean-Noël Avila
2022-02-04
1
-1
/
+1
|
/
*
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
rev-list: add option for --pretty=format without header
brian m. carlson
2021-07-12
1
-9
/
+24
*
rev-list: allow filtering of provided items
Patrick Steinhardt
2021-04-19
1
-9
/
+27
*
rev-list: add --disk-usage option for calculating disk usage
Jeff King
2021-02-11
1
-0
/
+46
*
bisect: combine args passed to find_bisection()
Aaron Lipman
2020-08-08
1
-1
/
+8
*
rev-list: allow bisect and first-parent flags
Aaron Lipman
2020-08-08
1
-1
/
+1
*
rev-list --count: comment on the use of count_right++
Junio C Hamano
2020-02-18
1
-0
/
+7
*
rev-list: use bitmap filters for traversal
Jeff King
2020-02-14
1
-9
/
+8
*
pack-bitmap: basic noop bitmap filter infrastructure
Jeff King
2020-02-14
1
-2
/
+2
*
rev-list: allow commit-only bitmap traversals
Jeff King
2020-02-14
1
-8
/
+1
*
rev-list: allow bitmaps when counting objects
Jeff King
2020-02-14
1
-3
/
+18
*
rev-list: make --count work with --objects
Jeff King
2020-02-14
1
-0
/
+13
*
rev-list: factor out bitmap-optimized routines
Jeff King
2020-02-14
1
-21
/
+67
*
pack-bitmap: refuse to do a bitmap traversal with pathspecs
Jeff King
2020-02-14
1
-1
/
+1
*
rev-list: fallback to non-bitmap traversal when filtering
Jeff King
2020-02-13
1
-2
/
+2
*
Merge branch 'rs/dedup-includes'
Junio C Hamano
2019-10-11
1
-1
/
+0
|
\
|
*
treewide: remove duplicate #include directives
René Scharfe
2019-10-04
1
-1
/
+0
|
*
Merge branch 'md/list-objects-filter-combo'
Junio C Hamano
2019-09-18
1
-2
/
+4
|
|
\
|
|
*
list-objects-filter-options: make filter_spec a string_list
Matthew DeVore
2019-06-28
1
-2
/
+4
*
|
|
list-objects-filter: delay parsing of sparse oid
Jeff King
2019-09-16
1
-4
/
+0
|
/
/
*
/
rev-list: teach --no-object-names to enable piping
Emily Shaffer
2019-06-20
1
-1
/
+18
|
/
*
rev-list: drop unused void pointer from finish_commit()
Jeff King
2019-05-13
1
-5
/
+5
*
Merge branch 'tb/unexpected'
Junio C Hamano
2019-05-08
1
-1
/
+3
|
\
|
*
rev-list: let traversal die when --missing is not in use
Jeff King
2019-04-10
1
-1
/
+3
*
|
Merge branch 'jk/virtual-objects-do-exist'
Junio C Hamano
2019-03-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
rev-list: allow cached objects in existence check
Jeff King
2019-03-05
1
-1
/
+1
*
|
Merge branch 'ds/push-sparse-tree-walk'
Junio C Hamano
2019-02-07
1
-1
/
+1
|
\
\
[next]