|
6a4c1890
|
2018-06-11T14:23:42
|
|
introduce got_commit_graph_contains_object
|
|
be6a1b5a
|
2018-06-11T03:17:51
|
|
promote commit graph's open_commit() helper to public API
|
|
c4d7a9c4
|
2018-06-11T03:13:33
|
|
replace inline code with call to open_commit() helper
|
|
79f35eb3
|
2018-06-11T03:09:27
|
|
rename got_parent_id to got_object_qid; better generic name
|
|
b43fbaa0
|
2018-06-11T02:54:29
|
|
do not store commits in the commit graph; saves memory
|
|
d7b08640
|
2018-06-11T02:27:01
|
|
remove unused function
|
|
4626e416
|
2018-06-11T01:25:06
|
|
parse commit timestamps when opening commits
|
|
6e790f45
|
2018-06-11T00:50:26
|
|
move parse_commit_time() to object.c and make public API
|
|
4bd3f2bb
|
2018-06-11T00:27:10
|
|
some commits were missing from the commit graph
|
|
c363871b
|
2018-06-10T23:47:40
|
|
commit graph: don't omit commits with equal timestamps
|
|
372ccdbb
|
2018-06-10T19:01:41
|
|
basic commit graph; make 'got log' use it; WIP with known bugs
|