index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commit-graph.c
Age
Commit message (
Expand
)
Author
7 days
Merge branch 'ps/commit-graph-overflow-fix'
Junio C Hamano
2026-03-24
commit-graph: fix writing generations with dates exceeding 34 bits
Patrick Steinhardt
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
2026-02-23
Merge branch 'ps/odb-for-each-object' into ps/odb-sources
Junio C Hamano
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
2026-01-26
treewide: drop uses of `for_each_{loose,packed}_object()`
Patrick Steinhardt
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
2026-01-15
Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-object
Junio C Hamano
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2026-01-12
packfile: drop repository parameter from `packed_object_info()`
Patrick Steinhardt
2025-12-25
commit-graph: use commit_stack
René Scharfe
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2025-10-13
Merge branch 'ps/commit-graph-per-object-source'
Junio C Hamano
2025-09-08
Merge branch 'tc/last-modified'
Junio C Hamano
2025-09-04
commit-graph: pass graphs that are to be merged as parameter
Patrick Steinhardt
2025-09-04
commit-graph: return commit graph from `repo_find_commit_pos_in_graph()`
Patrick Steinhardt
2025-09-04
commit-graph: return the prepared commit graph from `prepare_commit_graph()`
Patrick Steinhardt
2025-08-28
last-modified: use Bloom filters when available
Toon Claes
2025-08-15
commit-graph: stop passing in redundant repository
Patrick Steinhardt
2025-08-15
commit-graph: stop using `the_repository`
Patrick Steinhardt
2025-08-15
commit-graph: stop using `the_hash_algo`
Patrick Steinhardt
2025-08-15
commit-graph: refactor `parse_commit_graph()` to take a repository
Patrick Steinhardt
2025-08-15
commit-graph: store the hash algorithm instead of its length
Patrick Steinhardt
2025-08-15
commit-graph: stop using `the_hash_algo` via macros
Patrick Steinhardt
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
2025-07-01
object-store: rename `raw_object_store` to `object_database`
Patrick Steinhardt
2025-05-27
Merge branch 'js/misc-fixes'
Junio C Hamano
2025-05-27
Merge branch 'ly/commit-graph-fill-oids-leakfix'
Junio C Hamano
2025-05-15
commit-graph: fix memory leak when `fill_oids_from_packs()` fails
Lidong Yan
2025-05-15
commit-graph: avoid using stale stack addresses
Johannes Schindelin
2025-05-15
commit-graph: avoid malloc'ing a local variable
Johannes Schindelin
2025-05-12
raw_object_store: drop extra pointer to replace_map
Jeff King
2025-05-12
oidmap: add size function
Jeff King
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-04-15
object-file: move `git_open_cloexec()` to "compat/open.c"
Patrick Steinhardt
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
Junio C Hamano
[next]