index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-30
1
-0
/
+35
|
\
|
*
refs: pass repo when peeling objects
Patrick Steinhardt
2024-05-17
1
-1
/
+2
|
*
refs: move object peeling into "object.c"
Patrick Steinhardt
2024-05-17
1
-0
/
+34
*
|
object.h: add flags allocated by pack-bitmap.h
Taylor Blau
2024-05-15
1
-0
/
+1
|
/
*
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-0
/
+18
|
\
|
*
object: factor out parse_mode out of fast-import and tree-walk into in object.h
Eric W. Biederman
2023-10-02
1
-0
/
+18
*
|
upload-pack: free tree buffers after parsing
Jeff King
2024-02-28
1
-0
/
+1
|
/
*
Merge branch 'tb/pack-bitmap-traversal-with-boundary'
Junio C Hamano
2023-06-23
1
-0
/
+2
|
\
|
*
object: add object_array initializer helper function
Taylor Blau
2023-05-08
1
-0
/
+2
*
|
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-1
/
+2
|
/
*
object.h: move some inline functions and defines from cache.h
Elijah Newren
2023-04-11
1
-0
/
+44
*
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren
2023-02-24
1
-1
/
+21
*
parse_object(): allow skipping hash check
Jeff King
2022-09-07
1
-0
/
+6
*
revision: allow --ancestry-path to take an argument
Elijah Newren
2022-08-19
1
-1
/
+1
*
reflog: libify delete reflog function and helpers
John Cai
2022-03-03
1
-1
/
+1
*
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
2021-09-27
1
-1
/
+1
*
builtin/pack-objects.c: remove duplicate hash lookup
Taylor Blau
2021-08-30
1
-1
/
+0
*
object.h: add lookup_object_by_type() function
Jeff King
2021-06-29
1
-0
/
+7
*
object.h: expand docstring for lookup_unknown_object()
Jeff King
2021-06-29
1
-1
/
+12
*
Merge branch 'jt/push-negotiation'
Junio C Hamano
2021-05-16
1
-1
/
+1
|
\
|
*
fetch: teach independent negotiation (no packfile)
Jonathan Tan
2021-05-05
1
-1
/
+1
*
|
lookup_unknown_object(): take a repository argument
Jeff King
2021-04-13
1
-1
/
+1
|
/
*
object: allow clear_commit_marks_all to handle any repo
René Scharfe
2020-10-31
1
-2
/
+3
*
maintenance: add auto condition for commit-graph task
Derrick Stolee
2020-09-17
1
-0
/
+1
*
Merge branch 'tb/fix-persistent-shallow' into master
Junio C Hamano
2020-07-09
1
-0
/
+1
|
\
|
*
commit.c: don't persist substituted parents when unshallowing
Taylor Blau
2020-07-09
1
-0
/
+1
*
|
Merge branch 'rs/pack-bits-in-object-better'
Junio C Hamano
2020-07-07
1
-2
/
+2
|
\
\
|
*
|
revision: reallocate TOPO_WALK object flags
René Scharfe
2020-06-24
1
-2
/
+2
*
|
|
Merge branch 'bc/http-push-flagsfix'
Junio C Hamano
2020-07-07
1
-1
/
+1
|
\
\
\
|
*
|
|
http-push: ensure unforced pushes fail when data would be lost
brian m. carlson
2020-06-24
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
object: drop parsed_object_pool->commit_count
Abhishek Kumar
2020-06-17
1
-2
/
+1
|
|
/
|
/
|
*
|
revision: --show-pulls adds helpful merges
Derrick Stolee
2020-04-10
1
-1
/
+1
|
/
*
pack-bitmap: fix leak of haves/wants object lists
Jeff King
2020-02-13
1
-0
/
+2
*
commit-graph: fix writing first commit-graph during fetch
Derrick Stolee
2019-10-25
1
-1
/
+2
*
object: convert create_object() to use object_id
Jeff King
2019-06-20
1
-1
/
+1
*
object: convert lookup_object() to use object_id
Jeff King
2019-06-20
1
-1
/
+1
*
object: convert lookup_unknown_object() to use object_id
Jeff King
2019-06-20
1
-1
/
+1
*
*.[ch]: remove extern from function declarations using spatch
Denton Liu
2019-05-05
1
-6
/
+6
*
revision.c: generation-based topo-order algorithm
Derrick Stolee
2018-11-02
1
-2
/
+2
*
Merge branch 'ds/reachable'
Junio C Hamano
2018-09-17
1
-2
/
+2
|
\
|
*
commit-reach: move can_all_from_reach_with_flags
Derrick Stolee
2018-07-21
1
-2
/
+2
|
*
commit-reach: move walk methods from commit.c
Derrick Stolee
2018-07-21
1
-1
/
+1
*
|
Add missing includes and forward declarations
Elijah Newren
2018-08-15
1
-0
/
+2
*
|
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-4
/
+8
|
\
|
|
*
object.c: allow parse_object to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+1
|
*
object.c: allow parse_object_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+1
|
*
commit.c: migrate the commit buffer to the parsed object store
Stefan Beller
2018-06-29
1
-0
/
+4
|
*
object: allow lookup_object to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+1
|
*
object: allow object_as_type to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+1
|
*
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
1
-1
/
+2
[next]