index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commit-graph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
odb: eagerly initialize alternates
Patrick Steinhardt
1
-4
/
+0
2026-07-30
Merge branch 'rs/tempfile-wo-the-repository'
Junio C Hamano
1
-4
/
+5
2026-07-19
Merge branch 'kk/commit-graph-topo-levels-fix'
Junio C Hamano
1
-1
/
+6
2026-07-14
use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos
René Scharfe
1
-4
/
+5
2026-07-09
commit-graph: propagate topo_levels slab to all chain layers
Kristofer Karlsson
1
-1
/
+1
2026-07-09
commit-graph: add trace2 instrumentation for generation DFS
Kristofer Karlsson
1
-0
/
+5
2026-07-06
Merge branch 'ps/odb-source-packed'
Junio C Hamano
1
-2
/
+2
2026-07-02
packfile: thread odb_source_packed through packed_object_info()
Patrick Steinhardt
1
-1
/
+1
2026-06-24
Merge branch 'ps/odb-source-packed' into ps/odb-drop-whence
Junio C Hamano
1
-2
/
+2
2026-06-17
Merge branch 'en/commit-graph-timestamp-fix'
Junio C Hamano
1
-1
/
+1
2026-06-17
odb/source-packed: wire up `for_each_object()` callback
Patrick Steinhardt
1
-2
/
+2
2026-06-14
commit-graph: use timestamp_t for max parent generation accumulator
Elijah Newren
1
-1
/
+1
2026-06-05
setup: stop initializing object database without repository
Patrick Steinhardt
1
-2
/
+2
2026-04-07
Merge branch 'ps/commit-graph-overflow-fix'
Junio C Hamano
1
-3
/
+34
2026-03-24
commit-graph: fix writing generations with dates exceeding 34 bits
Patrick Steinhardt
1
-3
/
+34
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
1
-1
/
+4
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
1
-1
/
+2
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
1
-2
/
+4
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
1
-1
/
+1
2026-02-23
Merge branch 'ps/odb-for-each-object' into ps/odb-sources
Junio C Hamano
1
-14
/
+32
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
1
-1
/
+1
2026-01-26
treewide: drop uses of `for_each_{loose,packed}_object()`
Patrick Steinhardt
1
-13
/
+31
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
1
-2
/
+2
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
1
-1
/
+1
2026-01-15
Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-object
Junio C Hamano
1
-1
/
+1
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-1
/
+1
2026-01-12
packfile: drop repository parameter from `packed_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-12-25
commit-graph: use commit_stack
René Scharfe
1
-47
/
+39
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
1
-1
/
+1
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-8
/
+6
2025-10-13
Merge branch 'ps/commit-graph-per-object-source'
Junio C Hamano
1
-63
/
+53
2025-09-08
Merge branch 'tc/last-modified'
Junio C Hamano
1
-1
/
+6
2025-09-04
commit-graph: pass graphs that are to be merged as parameter
Patrick Steinhardt
1
-8
/
+10
2025-09-04
commit-graph: return commit graph from `repo_find_commit_pos_in_graph()`
Patrick Steinhardt
1
-6
/
+12
2025-09-04
commit-graph: return the prepared commit graph from `prepare_commit_graph()`
Patrick Steinhardt
1
-50
/
+32
2025-08-28
last-modified: use Bloom filters when available
Toon Claes
1
-1
/
+6
2025-08-15
commit-graph: stop passing in redundant repository
Patrick Steinhardt
1
-70
/
+50
2025-08-15
commit-graph: stop using `the_repository`
Patrick Steinhardt
1
-37
/
+39
2025-08-15
commit-graph: stop using `the_hash_algo`
Patrick Steinhardt
1
-13
/
+14
2025-08-15
commit-graph: refactor `parse_commit_graph()` to take a repository
Patrick Steinhardt
1
-11
/
+12
2025-08-15
commit-graph: store the hash algorithm instead of its length
Patrick Steinhardt
1
-18
/
+18
2025-08-15
commit-graph: stop using `the_hash_algo` via macros
Patrick Steinhardt
1
-9
/
+16
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-47
/
+47
2025-07-01
object-store: rename `raw_object_store` to `object_database`
Patrick Steinhardt
1
-1
/
+1
2025-05-27
Merge branch 'js/misc-fixes'
Junio C Hamano
1
-71
/
+77
[next]