index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-graph.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-23
1
-0
/
+1
|
\
|
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
|
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
2024-12-04
1
-1
/
+1
*
|
packfile: add repository to struct `packed_git`
Karthik Nayak
2024-12-04
1
-1
/
+1
|
/
*
commit-graph: remove unnecessary UNLEAK
René Scharfe
2024-09-23
1
-1
/
+0
*
refs: add referent to each_ref_fn
John Cai
2024-08-09
1
-0
/
+1
*
Merge branch 'tb/path-filter-fix'
Junio C Hamano
2024-07-08
1
-9
/
+55
|
\
|
*
bloom: introduce `deinit_bloom_filters()`
Taylor Blau
2024-06-25
1
-0
/
+4
|
*
commit-graph: reuse existing Bloom filters where possible
Taylor Blau
2024-06-25
1
-0
/
+5
|
*
commit-graph: new Bloom filter version that fixes murmur3
Taylor Blau
2024-06-25
1
-4
/
+9
|
*
commit-graph: unconditionally load Bloom filters
Taylor Blau
2024-06-25
1
-4
/
+10
|
*
repo-settings: introduce commitgraph.changedPathsVersion
Taylor Blau
2024-06-25
1
-2
/
+3
|
*
commit-graph: ensure Bloom filters are read with consistent settings
Taylor Blau
2024-06-25
1
-0
/
+25
*
|
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-7
/
+15
|
\
\
|
*
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
|
*
|
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-6
/
+11
|
*
|
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-06-14
1
-1
/
+2
*
|
|
Merge branch 'tb/commit-graph-use-tempfile'
Junio C Hamano
2024-06-25
1
-11
/
+8
|
\
\
\
|
*
|
|
commit-graph.c: remove temporary graph layers on exit
Taylor Blau
2024-06-07
1
-11
/
+8
|
|
/
/
*
|
|
Merge branch 'ds/ahead-behind-fix'
Junio C Hamano
2024-06-21
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
commit-graph: increment progress indicator
Derrick Stolee
2024-06-12
1
-1
/
+1
*
|
|
refs: pass repo when peeling objects
Patrick Steinhardt
2024-05-17
1
-1
/
+1
*
|
|
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-1
/
+2
*
|
|
Merge branch 'ps/commit-graph-write-leakfix'
Junio C Hamano
2024-01-26
1
-11
/
+8
|
\
\
\
|
*
|
|
commit-graph: fix memory leak when not writing graph
Patrick Steinhardt
2024-01-16
1
-11
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/commit-graph-slab-clear-fix'
Junio C Hamano
2024-01-16
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
commit-graph: retain commit slab when closing NULL commit_graph
Jeff King
2024-01-05
1
-0
/
+3
*
|
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-2
/
+1
|
\
\
\
|
*
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
|
*
|
|
treewide: add direct includes currently only pulled in transitively
Elijah Newren
2023-12-26
1
-0
/
+1
|
*
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
|
|
|
Merge branch 'ps/commit-graph-less-paranoid'
Junio C Hamano
2023-12-18
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
Patrick Steinhardt
2023-11-26
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'jk/chunk-bounds-more'
Junio C Hamano
2023-12-10
1
-61
/
+33
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
commit-graph: mark chunk error messages for translation
Jeff King
2023-11-09
1
-9
/
+9
|
*
|
|
commit-graph: drop verify_commit_graph_lite()
Jeff King
2023-11-09
1
-20
/
+0
|
*
|
|
commit-graph: check order while reading fanout chunk
Jeff King
2023-11-09
1
-12
/
+13
|
*
|
|
commit-graph: use fanout value for graph size
Jeff King
2023-11-09
1
-5
/
+3
|
*
|
|
commit-graph: abort as soon as we see a bogus chunk
Jeff King
2023-11-09
1
-16
/
+13
|
*
|
|
commit-graph: clarify missing-chunk error messages
Jeff King
2023-11-09
1
-3
/
+3
|
*
|
|
commit-graph: drop redundant call to "lite" verification
Jeff King
2023-11-09
1
-4
/
+0
|
*
|
|
commit-graph: handle overflow in chunk_size checks
Jeff King
2023-11-09
1
-3
/
+3
*
|
|
|
Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'
Junio C Hamano
2023-11-08
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
commit-graph: introduce envvar to disable commit existence checks
Patrick Steinhardt
2023-11-01
1
-1
/
+5
*
|
|
|
|
Merge branch 'jk/chunk-bounds'
Junio C Hamano
2023-10-23
1
-17
/
+102
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
commit-graph: check bounds when accessing BIDX chunk
Jeff King
2023-10-10
1
-2
/
+14
|
*
|
|
|
commit-graph: check bounds when accessing BDAT chunk
Jeff King
2023-10-10
1
-0
/
+10
|
*
|
|
|
commit-graph: bounds-check generation overflow chunk
Jeff King
2023-10-10
1
-3
/
+7
|
*
|
|
|
commit-graph: check size of generations chunk
Jeff King
2023-10-10
1
-2
/
+12
|
*
|
|
|
commit-graph: bounds-check base graphs chunk
Jeff King
2023-10-10
1
-1
/
+7
[next]