index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-graph.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ds/blame-on-bloom'
Junio C Hamano
2020-05-01
1
-0
/
+9
|
\
|
*
tests: write commit-graph with Bloom filters
Derrick Stolee
2020-04-17
1
-0
/
+9
*
|
Merge branch 'gs/commit-graph-path-filter'
Junio C Hamano
2020-05-01
1
-1
/
+8
|
\
|
|
*
commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag
Garima Singh
2020-04-06
1
-0
/
+1
|
*
commit-graph: write Bloom filters to commit graph file
Garima Singh
2020-04-06
1
-0
/
+5
|
*
commit-graph: compute Bloom filters for changed paths
Garima Singh
2020-03-30
1
-1
/
+2
*
|
commit-graph: close descriptors after mmap
Jeff King
2020-04-25
1
-4
/
+1
*
|
commit-graph.h: replace 'commit_hex' with 'commits'
Taylor Blau
2020-04-15
1
-1
/
+2
*
|
builtin/commit-graph.c: introduce split strategy 'replace'
Taylor Blau
2020-04-15
1
-1
/
+2
*
|
builtin/commit-graph.c: introduce split strategy 'no-merge'
Taylor Blau
2020-04-15
1
-1
/
+2
*
|
builtin/commit-graph.c: support for '--split[=<strategy>]'
Taylor Blau
2020-04-15
1
-0
/
+5
|
/
*
commit-graph.h: use odb in 'load_commit_graph_one_fd_st'
Taylor Blau
2020-02-04
1
-1
/
+2
*
commit-graph.c: remove path normalization, comparison
Taylor Blau
2020-02-04
1
-1
/
+1
*
commit-graph.h: store object directory in 'struct commit_graph'
Taylor Blau
2020-02-04
1
-2
/
+3
*
commit-graph.h: store an odb in 'struct write_commit_graph_context'
Taylor Blau
2020-02-04
1
-2
/
+3
*
upload-pack: disable commit graph more gently for shallow traversal
Jeff King
2019-09-12
1
-0
/
+6
*
commit-graph: error out on invalid commit oids in 'write --stdin-commits'
SZEDER Gábor
2019-08-05
1
-1
/
+3
*
commit-graph: turn a group of write-related macro flags into an enum
SZEDER Gábor
2019-08-05
1
-5
/
+8
*
commit-graph: verify chains with --shallow mode
Derrick Stolee
2019-06-20
1
-2
/
+4
*
commit-graph: create options for split files
Derrick Stolee
2019-06-20
1
-2
/
+10
*
commit-graph: allow cross-alternate chains
Derrick Stolee
2019-06-20
1
-0
/
+1
*
commit-graph: write commit-graph chains
Derrick Stolee
2019-06-20
1
-0
/
+2
*
commit-graph: add base graphs chunk
Derrick Stolee
2019-06-20
1
-0
/
+1
*
commit-graph: prepare for commit-graph chains
Derrick Stolee
2019-06-20
1
-0
/
+3
*
commit-graph: use raw_object_store when closing
Derrick Stolee
2019-06-12
1
-1
/
+1
*
commit-graph: collapse parameters into flags
Derrick Stolee
2019-06-12
1
-3
/
+5
*
commit-graph: return with errors during write
Derrick Stolee
2019-06-12
1
-5
/
+11
*
commit-graph write: don't die if the existing graph is corrupt
Ævar Arnfjörð Bjarmason
2019-04-01
1
-0
/
+1
*
commit-graph: don't pass filename to load_commit_graph_one_fd_st()
Ævar Arnfjörð Bjarmason
2019-04-01
1
-2
/
+1
*
commit-graph: don't early exit(1) on e.g. "git status"
Ævar Arnfjörð Bjarmason
2019-04-01
1
-1
/
+3
*
Merge branch 'ab/commit-graph-write-progress'
Junio C Hamano
2019-02-05
1
-1
/
+1
|
\
|
*
commit-graph: rename "large edges" to "extra edges"
SZEDER Gábor
2019-01-22
1
-1
/
+1
*
|
commit-graph, fuzz: add fuzzer for commit-graph
Josh Steadmon
2019-01-16
1
-0
/
+3
|
/
*
Merge branch 'ds/commit-graph-with-grafts'
Junio C Hamano
2018-10-16
1
-0
/
+1
|
\
|
*
commit-graph: close_commit_graph before shallow walk
Derrick Stolee
2018-08-21
1
-0
/
+1
*
|
Merge branch 'ab/commit-graph-progress'
Junio C Hamano
2018-10-16
1
-2
/
+3
|
\
\
|
*
|
commit-graph write: add progress output
Ævar Arnfjörð Bjarmason
2018-09-17
1
-2
/
+3
*
|
|
Merge branch 'ds/commit-graph-tests'
Junio C Hamano
2018-09-17
1
-0
/
+2
|
\
\
\
|
*
|
|
commit-graph: define GIT_TEST_COMMIT_GRAPH
Derrick Stolee
2018-08-29
1
-0
/
+2
|
|
/
/
*
|
|
Merge branch 'ds/reachable'
Junio C Hamano
2018-09-17
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
commit-reach: use can_all_from_reach
Derrick Stolee
2018-07-21
1
-0
/
+6
|
|
/
*
/
Add missing includes and forward declarations
Elijah Newren
2018-08-15
1
-0
/
+1
|
/
*
commit-graph: add repo arg to graph readers
Jonathan Tan
2018-07-18
1
-3
/
+4
*
commit-graph: add free_commit_graph
Jonathan Tan
2018-07-18
1
-0
/
+2
*
commit-graph: add missing forward declaration
Jonathan Tan
2018-07-18
1
-0
/
+2
*
commit-graph: add '--reachable' option
Derrick Stolee
2018-06-27
1
-0
/
+1
*
commit-graph: use string-list API for input
Derrick Stolee
2018-06-27
1
-4
/
+3
*
commit-graph: add 'verify' subcommand
Derrick Stolee
2018-06-27
1
-0
/
+3
*
commit-graph: always load commit-graph information
Derrick Stolee
2018-05-22
1
-0
/
+8
*
commit-graph: lazy-load trees for commits
Derrick Stolee
2018-04-11
1
-0
/
+2
[next]