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
/
object.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-23
Merge branch 'kn/bundle-dedup-optim'
Junio C Hamano
1
-6
/
+0
2025-04-08
bundle: fix non-linear performance scaling with refs
Karthik Nayak
1
-6
/
+0
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
1
-4
/
+6
2024-09-05
object: clear grafts when clearing parsed object pool
Patrick Steinhardt
1
-1
/
+3
2024-07-08
Merge branch 'tb/path-filter-fix'
Junio C Hamano
1
-1
/
+2
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-1
/
+1
2024-06-25
commit-graph: reuse existing Bloom filters where possible
Taylor Blau
1
-0
/
+1
2024-06-25
object.h: fix mis-aligned flag bits table
Taylor Blau
1
-1
/
+1
2024-06-24
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
1
-1
/
+1
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
1
-1
/
+1
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
1
-0
/
+35
2024-05-24
pack-bitmap-write: support storing pseudo-merge commits
Taylor Blau
1
-1
/
+1
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-1
/
+2
2024-05-17
refs: move object peeling into "object.c"
Patrick Steinhardt
1
-0
/
+34
2024-05-15
object.h: add flags allocated by pack-bitmap.h
Taylor Blau
1
-0
/
+1
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-0
/
+18
2024-02-28
upload-pack: free tree buffers after parsing
Jeff King
1
-0
/
+1
2023-10-02
object: factor out parse_mode out of fast-import and tree-walk into in object.h
Eric W. Biederman
1
-0
/
+18
2023-06-22
Merge branch 'tb/pack-bitmap-traversal-with-boundary'
Junio C Hamano
1
-0
/
+2
2023-05-08
object: add object_array initializer helper function
Taylor Blau
1
-0
/
+2
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-1
/
+2
2023-04-11
object.h: move some inline functions and defines from cache.h
Elijah Newren
1
-0
/
+44
2023-02-23
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren
1
-1
/
+21
2022-09-07
parse_object(): allow skipping hash check
Jeff King
1
-0
/
+6
2022-08-19
revision: allow --ancestry-path to take an argument
Elijah Newren
1
-1
/
+1
2022-03-02
reflog: libify delete reflog function and helpers
John Cai
1
-1
/
+1
2021-09-27
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-08-29
builtin/pack-objects.c: remove duplicate hash lookup
Taylor Blau
1
-1
/
+0
2021-06-28
object.h: add lookup_object_by_type() function
Jeff King
1
-0
/
+7
2021-06-28
object.h: expand docstring for lookup_unknown_object()
Jeff King
1
-1
/
+12
2021-05-16
Merge branch 'jt/push-negotiation'
Junio C Hamano
1
-1
/
+1
2021-05-05
fetch: teach independent negotiation (no packfile)
Jonathan Tan
1
-1
/
+1
2021-04-13
lookup_unknown_object(): take a repository argument
Jeff King
1
-1
/
+1
2020-10-31
object: allow clear_commit_marks_all to handle any repo
René Scharfe
1
-2
/
+3
2020-09-17
maintenance: add auto condition for commit-graph task
Derrick Stolee
1
-0
/
+1
2020-07-09
Merge branch 'tb/fix-persistent-shallow' into master
Junio C Hamano
1
-0
/
+1
2020-07-08
commit.c: don't persist substituted parents when unshallowing
Taylor Blau
1
-0
/
+1
2020-07-06
Merge branch 'rs/pack-bits-in-object-better'
Junio C Hamano
1
-2
/
+2
2020-07-06
Merge branch 'bc/http-push-flagsfix'
Junio C Hamano
1
-1
/
+1
2020-06-24
revision: reallocate TOPO_WALK object flags
René Scharfe
1
-2
/
+2
2020-06-23
http-push: ensure unforced pushes fail when data would be lost
brian m. carlson
1
-1
/
+1
2020-06-17
object: drop parsed_object_pool->commit_count
Abhishek Kumar
1
-2
/
+1
2020-04-10
revision: --show-pulls adds helpful merges
Derrick Stolee
1
-1
/
+1
2020-02-13
pack-bitmap: fix leak of haves/wants object lists
Jeff King
1
-0
/
+2
2019-10-25
commit-graph: fix writing first commit-graph during fetch
Derrick Stolee
1
-1
/
+2
2019-06-20
object: convert create_object() to use object_id
Jeff King
1
-1
/
+1
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
1
-1
/
+1
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
1
-1
/
+1
2019-05-05
*.[ch]: remove extern from function declarations using spatch
Denton Liu
1
-6
/
+6
2018-11-02
revision.c: generation-based topo-order algorithm
Derrick Stolee
1
-2
/
+2
[next]