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