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
/
walker.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-28
Merge branch 'rs/pop-recent-commit-with-prio-queue'
Junio C Hamano
1
-4
/
+7
2025-07-22
commit: convert pop_most_recent_commit() to prio_queue
René Scharfe
1
-4
/
+7
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-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+2
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
1
-1
/
+1
2024-10-25
http-walker: use object_id instead of bare hash
Jeff King
1
-2
/
+2
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-0
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-2
/
+4
2024-05-07
refs: accept symref values in `ref_transaction_update()`
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-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+2
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
-3
/
+3
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
-2
/
+2
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-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-2
/
+4
2021-04-13
lookup_unknown_object(): take a repository argument
Jeff King
1
-1
/
+1
2020-03-09
Merge branch 'rs/show-progress-in-dumb-http-fetch'
Junio C Hamano
1
-1
/
+12
2020-03-03
remote-curl: show progress for fetches over dumb HTTP
René Scharfe
1
-1
/
+12
2020-01-30
walker_fetch(): avoid raw array length computation
Jeff King
1
-1
/
+3
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
1
-1
/
+1
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-2
/
+2
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-1
/
+2
2018-06-29
tree: add repository argument to lookup_tree
Stefan Beller
1
-1
/
+2
2018-06-29
blob: add repository argument to lookup_blob
Stefan Beller
1
-1
/
+2
2018-06-29
object: add repository argument to parse_object
Stefan Beller
1
-1
/
+2
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-0
/
+1
2018-05-23
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
1
-1
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-04-24
walker: drop fields of `struct walker` which are always 1
Martin Ågren
1
-11
/
+8
2018-04-11
treewide: replace maybe_tree with accessor methods
Derrick Stolee
1
-1
/
+1
2018-04-11
treewide: rename tree to maybe_tree
Derrick Stolee
1
-1
/
+1
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-2
/
+2
2017-10-16
refs: update ref transactions to use struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
walker: convert to struct object_id
brian m. carlson
1
-12
/
+12
2017-05-08
object: convert parse_object* to take struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_tree to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_blob to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-1
/
+1
2016-07-08
walker: let walker_say take arbitrary formats
Jeff King
1
-3
/
+7
2016-04-25
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
1
-2
/
+2
2016-01-15
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
1
-1
/
+1
[next]