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 'jk/for-each-object-iteration'
Junio C Hamano
2018-08-20
1
-1
/
+1
|
\
|
*
for_each_packed_object: support iterating in pack-order
Jeff King
2018-08-13
1
-1
/
+1
*
|
Merge branch 'nd/i18n'
Junio C Hamano
2018-08-16
1
-10
/
+10
|
\
\
|
|
/
|
/
|
|
*
commit-graph.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-07-23
1
-10
/
+10
*
|
commit-graph: add repo arg to graph readers
Jonathan Tan
2018-07-18
1
-27
/
+33
*
|
commit-graph: store graph in struct object_store
Jonathan Tan
2018-07-18
1
-21
/
+19
*
|
commit-graph: add free_commit_graph
Jonathan Tan
2018-07-18
1
-10
/
+14
*
|
commit-graph: refactor preparing commit graph
Jonathan Tan
2018-07-18
1
-11
/
+17
*
|
Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store
Junio C Hamano
2018-07-18
1
-16
/
+235
|
\
\
|
*
|
commit-graph: add '--reachable' option
Derrick Stolee
2018-06-27
1
-0
/
+20
|
*
|
commit-graph: use string-list API for input
Derrick Stolee
2018-06-27
1
-8
/
+7
|
*
|
commit-graph: verify contents match checksum
Derrick Stolee
2018-06-27
1
-2
/
+14
|
*
|
commit-graph: verify commit date
Derrick Stolee
2018-06-27
1
-0
/
+6
|
*
|
commit-graph: verify generation number
Derrick Stolee
2018-06-27
1
-0
/
+34
|
*
|
commit-graph: verify parent list
Derrick Stolee
2018-06-27
1
-0
/
+28
|
*
|
commit-graph: verify root tree OIDs
Derrick Stolee
2018-06-27
1
-1
/
+16
|
*
|
commit-graph: verify objects exist
Derrick Stolee
2018-06-27
1
-0
/
+18
|
*
|
commit-graph: verify corrupt OID fanout and lookup
Derrick Stolee
2018-06-27
1
-0
/
+36
|
*
|
commit-graph: verify required chunks are present
Derrick Stolee
2018-06-27
1
-0
/
+9
|
*
|
commit-graph: add 'verify' subcommand
Derrick Stolee
2018-06-27
1
-0
/
+23
|
*
|
commit-graph: load a root tree from specific graph
Derrick Stolee
2018-06-27
1
-3
/
+9
|
*
|
commit-graph: parse commit from chosen graph
Derrick Stolee
2018-06-27
1
-3
/
+15
|
*
|
commit-graph: fix GRAPH_MIN_SIZE
Derrick Stolee
2018-06-27
1
-2
/
+3
|
|
/
*
|
commit: add repository argument to lookup_commit
Stefan Beller
2018-06-29
1
-5
/
+5
*
|
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
tree: add repository argument to lookup_tree
Stefan Beller
2018-06-29
1
-1
/
+1
|
/
*
Merge branch 'ds/commit-graph-lockfile-fix'
Junio C Hamano
2018-06-25
1
-32
/
+81
|
\
|
*
commit-graph: fix UX issue when .lock file exists
Derrick Stolee
2018-05-22
1
-17
/
+5
|
*
commit-graph: always load commit-graph information
Derrick Stolee
2018-05-22
1
-15
/
+31
|
*
commit-graph: compute generation numbers
Derrick Stolee
2018-05-22
1
-0
/
+43
|
*
commit: add generation number to struct commit
Derrick Stolee
2018-05-22
1
-0
/
+2
*
|
Merge branch 'sb/oid-object-info'
Junio C Hamano
2018-05-23
1
-1
/
+1
*
|
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
2018-05-23
1
-4
/
+24
|
\
|
|
*
commit-graph: lazy-load trees for commits
Derrick Stolee
2018-04-11
1
-3
/
+23
|
*
treewide: replace maybe_tree with accessor methods
Derrick Stolee
2018-04-11
1
-1
/
+1
|
*
treewide: rename tree to maybe_tree
Derrick Stolee
2018-04-11
1
-2
/
+2
*
|
Merge branch 'ds/commit-graph'
Junio C Hamano
2018-05-08
1
-2
/
+5
|
/
*
commit-graph: implement "--append" option
Derrick Stolee
2018-04-11
1
-1
/
+16
*
commit-graph: build graph from starting commits
Derrick Stolee
2018-04-11
1
-2
/
+25
*
commit-graph: read only from specific pack-indexes
Derrick Stolee
2018-04-11
1
-2
/
+24
*
commit: integrate commit graph with commit parsing
Derrick Stolee
2018-04-11
1
-1
/
+140
*
commit-graph: close under reachability
Derrick Stolee
2018-04-11
1
-0
/
+45
*
commit-graph: implement git commit-graph read
Derrick Stolee
2018-04-11
1
-1
/
+136
*
commit-graph: implement write_commit_graph()
Derrick Stolee
2018-04-02
1
-0
/
+359