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
2018-10-19
Merge branch 'ds/commit-graph-leakfix'
Junio C Hamano
1
-6
/
+10
2018-10-16
Merge branch 'ds/commit-graph-with-grafts'
Junio C Hamano
1
-4
/
+34
2018-10-16
Merge branch 'ab/commit-graph-progress'
Junio C Hamano
1
-8
/
+57
2018-10-07
commit-graph: reduce initial oid allocation
Derrick Stolee
1
-1
/
+1
2018-10-07
commit-graph: clean up leaked memory during write
Derrick Stolee
1
-5
/
+9
2018-09-17
Merge branch 'ds/commit-graph-tests'
Junio C Hamano
1
-2
/
+3
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-5
/
+5
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
1
-0
/
+18
2018-09-17
commit-graph verify: add progress output
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2018-09-17
commit-graph write: add progress output
Ævar Arnfjörð Bjarmason
1
-8
/
+52
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-3
/
+3
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-1
/
+1
2018-08-29
commit-graph: define GIT_TEST_COMMIT_GRAPH
Derrick Stolee
1
-2
/
+3
2018-08-21
commit-graph: close_commit_graph before shallow walk
Derrick Stolee
1
-4
/
+4
2018-08-21
commit-graph: not compatible with uninitialized repo
Derrick Stolee
1
-0
/
+3
2018-08-21
commit-graph: not compatible with grafts
Derrick Stolee
1
-0
/
+6
2018-08-21
commit-graph: not compatible with replace objects
Derrick Stolee
1
-0
/
+21
2018-08-20
Merge branch 'jk/for-each-object-iteration'
Junio C Hamano
1
-1
/
+1
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-10
/
+10
2018-08-13
for_each_packed_object: support iterating in pack-order
Jeff King
1
-1
/
+1
2018-07-23
commit-graph.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-10
/
+10
2018-07-20
commit-reach: use can_all_from_reach
Derrick Stolee
1
-0
/
+18
2018-07-17
commit-graph: add repo arg to graph readers
Jonathan Tan
1
-27
/
+33
2018-07-17
commit-graph: store graph in struct object_store
Jonathan Tan
1
-21
/
+19
2018-07-17
commit-graph: add free_commit_graph
Jonathan Tan
1
-10
/
+14
2018-07-17
commit-graph: refactor preparing commit graph
Jonathan Tan
1
-11
/
+17
2018-07-17
Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store
Junio C Hamano
1
-16
/
+235
2018-06-29
commit: add repository argument to lookup_commit
Stefan Beller
1
-5
/
+5
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-1
/
+1
2018-06-29
tree: add repository argument to lookup_tree
Stefan Beller
1
-1
/
+1
2018-06-27
commit-graph: add '--reachable' option
Derrick Stolee
1
-0
/
+20
2018-06-27
commit-graph: use string-list API for input
Derrick Stolee
1
-8
/
+7
2018-06-27
commit-graph: verify contents match checksum
Derrick Stolee
1
-2
/
+14
2018-06-27
commit-graph: verify commit date
Derrick Stolee
1
-0
/
+6
2018-06-27
commit-graph: verify generation number
Derrick Stolee
1
-0
/
+34
2018-06-27
commit-graph: verify parent list
Derrick Stolee
1
-0
/
+28
2018-06-27
commit-graph: verify root tree OIDs
Derrick Stolee
1
-1
/
+16
2018-06-27
commit-graph: verify objects exist
Derrick Stolee
1
-0
/
+18
2018-06-27
commit-graph: verify corrupt OID fanout and lookup
Derrick Stolee
1
-0
/
+36
2018-06-27
commit-graph: verify required chunks are present
Derrick Stolee
1
-0
/
+9
2018-06-27
commit-graph: add 'verify' subcommand
Derrick Stolee
1
-0
/
+23
2018-06-27
commit-graph: load a root tree from specific graph
Derrick Stolee
1
-3
/
+9
2018-06-27
commit-graph: parse commit from chosen graph
Derrick Stolee
1
-3
/
+15
2018-06-27
commit-graph: fix GRAPH_MIN_SIZE
Derrick Stolee
1
-2
/
+3
2018-06-25
Merge branch 'ds/commit-graph-lockfile-fix'
Junio C Hamano
1
-32
/
+81
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
1
-4
/
+24
2018-05-22
commit-graph: fix UX issue when .lock file exists
Derrick Stolee
1
-17
/
+5
2018-05-22
commit-graph: always load commit-graph information
Derrick Stolee
1
-15
/
+31
[next]