index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commit-graph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-09
Merge branch 'ds/commit-graph-incremental'
Junio C Hamano
1
-5
/
+7
2019-08-07
commit-graph: release strbufs after use
René Scharfe
1
-5
/
+7
2019-08-05
commit-graph: fix bug around octopus merges
Derrick Stolee
1
-1
/
+1
2019-07-19
Merge branch 'ds/commit-graph-incremental'
Junio C Hamano
1
-49
/
+774
2019-07-09
Merge branch 'jk/oidhash'
Junio C Hamano
1
-1
/
+1
2019-07-09
Merge branch 'ds/close-object-store'
Junio C Hamano
1
-4
/
+4
2019-07-09
Merge branch 'ds/commit-graph-write-refactor'
Junio C Hamano
1
-271
/
+336
2019-06-20
object: convert create_object() to use object_id
Jeff King
1
-1
/
+1
2019-06-19
commit-graph: normalize commit-graph filenames
Derrick Stolee
1
-7
/
+23
2019-06-19
commit-graph: clean up chains after flattened write
Derrick Stolee
1
-3
/
+9
2019-06-19
commit-graph: verify chains with --shallow mode
Derrick Stolee
1
-3
/
+12
2019-06-19
commit-graph: create options for split files
Derrick Stolee
1
-11
/
+24
2019-06-19
commit-graph: expire commit-graph files
Derrick Stolee
1
-0
/
+69
2019-06-19
commit-graph: allow cross-alternate chains
Derrick Stolee
1
-11
/
+45
2019-06-19
commit-graph: merge commit-graph chains
Derrick Stolee
1
-33
/
+147
2019-06-19
commit-graph: add --split option to builtin
Derrick Stolee
1
-5
/
+9
2019-06-19
commit-graph: write commit-graph chains
Derrick Stolee
1
-11
/
+275
2019-06-19
commit-graph: rearrange chunk count logic
Derrick Stolee
1
-14
/
+21
2019-06-19
commit-graph: add base graphs chunk
Derrick Stolee
1
-0
/
+22
2019-06-19
commit-graph: load commit-graph chains
Derrick Stolee
1
-6
/
+106
2019-06-19
commit-graph: rename commit_compare to oid_compare
Derrick Stolee
1
-2
/
+2
2019-06-19
commit-graph: prepare for commit-graph chains
Derrick Stolee
1
-11
/
+78
2019-06-12
commit-graph: use raw_object_store when closing
Derrick Stolee
1
-4
/
+4
2019-06-12
commit-graph: extract write_commit_graph_file()
Derrick Stolee
1
-75
/
+80
2019-06-12
commit-graph: extract copy_oids_to_commits()
Derrick Stolee
1
-25
/
+32
2019-06-12
commit-graph: extract count_distinct_commits()
Derrick Stolee
1
-13
/
+22
2019-06-12
commit-graph: extract fill_oids_from_all_packs()
Derrick Stolee
1
-11
/
+15
2019-06-12
commit-graph: extract fill_oids_from_commit_hex()
Derrick Stolee
1
-32
/
+40
2019-06-12
commit-graph: extract fill_oids_from_packs()
Derrick Stolee
1
-36
/
+47
2019-06-12
commit-graph: create write_commit_graph_context
Derrick Stolee
1
-196
/
+194
2019-06-12
commit-graph: collapse parameters into flags
Derrick Stolee
1
-4
/
+5
2019-06-12
commit-graph: return with errors during write
Derrick Stolee
1
-19
/
+41
2019-05-19
Merge branch 'js/commit-graph-parse-leakfix'
Junio C Hamano
1
-1
/
+3
2019-05-09
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
1
-2
/
+7
2019-05-07
commit-graph: fix memory leak
Josh Steadmon
1
-1
/
+3
2019-04-16
commit.cocci: refactor code, avoid double rewrite
Nguyễn Thái Ngọc Duy
1
-2
/
+7
2019-04-01
commit-graph: improve & i18n error messages
Ævar Arnfjörð Bjarmason
1
-19
/
+19
2019-04-01
commit-graph write: don't die if the existing graph is corrupt
Ævar Arnfjörð Bjarmason
1
-3
/
+7
2019-04-01
commit-graph: don't pass filename to load_commit_graph_one_fd_st()
Ævar Arnfjörð Bjarmason
1
-4
/
+3
2019-04-01
commit-graph: don't early exit(1) on e.g. "git status"
Ævar Arnfjörð Bjarmason
1
-12
/
+30
2019-04-01
commit-graph: fix segfault on e.g. "git status"
Ævar Arnfjörð Bjarmason
1
-9
/
+34
2019-02-05
Merge branch 'ab/commit-graph-write-progress'
Junio C Hamano
1
-36
/
+94
2019-02-05
Merge branch 'ab/commit-graph-write-optim'
Junio C Hamano
1
-2
/
+4
2019-02-05
Merge branch 'js/commit-graph-chunk-table-fix'
Junio C Hamano
1
-19
/
+48
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
1
-16
/
+24
2019-01-29
Merge branch 'bc/sha-256'
Junio C Hamano
1
-16
/
+17
2019-01-23
commit-graph write: emit a percentage for all progress
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2019-01-23
commit-graph write: add itermediate progress
Ævar Arnfjörð Bjarmason
1
-0
/
+13
2019-01-23
commit-graph write: remove empty line for readability
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2019-01-23
commit-graph write: add more descriptive progress output
Ævar Arnfjörð Bjarmason
1
-7
/
+18
[next]