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
/
list-objects.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-1
/
+2
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-5
/
+2
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-6
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
1
-2
/
+2
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
1
-1
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-1
/
+1
2023-11-08
Merge branch 'tb/rev-list-unpacked-fix'
Junio C Hamano
1
-0
/
+3
2023-11-07
list-objects: drop --unpacked non-commit objects from results
Taylor Blau
1
-0
/
+3
2023-11-01
rev-list: add commit object support in `--missing` option
Karthik Nayak
1
-0
/
+3
2023-11-01
revision: rename bit to `do_not_die_on_missing_objects`
Karthik Nayak
1
-1
/
+1
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-1
/
+1
2023-08-31
list-objects: respect max_allowed_tree_depth
Jeff King
1
-0
/
+8
2023-08-02
Merge branch 'jc/tree-walk-drop-base-offset'
Junio C Hamano
1
-1
/
+1
2023-07-07
tree-walk: lose base_offset that is never used in tree_entry_interesting
Junio C Hamano
1
-1
/
+1
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
1
-1
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-8
/
+12
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-7
/
+11
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-12-13
list-objects: drop process_gitlink() function
Jeff King
1
-32
/
+1
2022-03-09
list-objects: handle NULL function pointers
Ævar Arnfjörð Bjarmason
1
-5
/
+22
2022-03-09
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
1
-22
/
+12
2021-08-12
list-objects.c: rename "traverse_trees_and_blobs" to "traverse_non_commits"
Teng Long
1
-4
/
+4
2021-06-15
bitmaps: don't recurse into trees already in the bitmap
Jeff King
1
-0
/
+3
2021-04-12
list-objects: support filtering by tag and commit
Patrick Steinhardt
1
-3
/
+20
2021-04-10
list-objects: move tag processing into its own function
Patrick Steinhardt
1
-2
/
+9
2019-10-07
Merge branch 'jk/list-objects-optim-wo-trees'
Junio C Hamano
1
-1
/
+3
2019-09-12
list-objects: don't queue root trees unless revs->tree_objects is set
Jeff King
1
-1
/
+3
2019-06-28
list-objects-filter: encapsulate filter components
Matthew DeVore
1
-33
/
+22
2019-04-10
rev-list: detect broken root trees
Jeff King
1
-0
/
+3
2019-04-10
list-objects.c: handle unexpected non-tree entries
Taylor Blau
1
-0
/
+5
2019-04-10
list-objects.c: handle unexpected non-blob entries
Taylor Blau
1
-0
/
+5
2019-02-06
Merge branch 'ds/push-sparse-tree-walk'
Junio C Hamano
1
-11
/
+59
2019-01-29
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
1
-3
/
+3
2019-01-17
list-objects: consume sparse tree walk
Derrick Stolee
1
-11
/
+59
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-3
/
+3
2019-01-14
Merge branch 'nd/attr-pathspec-in-tree-walk'
Junio C Hamano
1
-1
/
+2
2018-11-19
tree-walk.c: make tree_entry_interesting() take an index
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-11-12
list-objects.c: reduce the_repository references
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
list-objects-filter.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-3
/
+6
2018-10-30
Merge branch 'md/filter-trees'
Junio C Hamano
1
-110
/
+125
2018-10-18
list-objects: support for skipping tree traversal
Matthew DeVore
1
-1
/
+4
2018-10-07
revision: mark non-user-given objects instead
Matthew DeVore
1
-13
/
+18
[next]