|
e7c810ea
|
2018-06-22T09:33:08
|
|
allow got_object_idset_remove() to retreive data pointer
|
|
fe8df4c2
|
2018-06-16T23:52:47
|
|
undo previous; it broke tog(1) with openssl repo
|
|
98fdf1e0
|
2018-06-16T23:50:18
|
|
iter_node insertion hack in commit graph shouldn't be needed
|
|
788c352e
|
2018-06-16T19:18:32
|
|
store commit timestamps as 'struct tm' in UTC
|
|
0ed6ed4c
|
2018-06-13T18:29:04
|
|
got log: allow first-parent traversal with the commit graph
|
|
a37db869
|
2018-06-11T22:21:01
|
|
remove false statement in comment
|
|
58e5f354
|
2018-06-11T22:19:29
|
|
tweak add_node_to_iter_list for clarity; no functional change
|
|
19137930
|
2018-06-11T22:14:50
|
|
improve comment
|
|
72f85f8c
|
2018-06-11T21:36:08
|
|
fix endless loop in commit graph
|
|
d2312330
|
2018-06-11T21:33:26
|
|
ensure commit graph iterations see all new commits being added
|
|
9ba79e04
|
2018-06-11T18:42:04
|
|
commit graph support for tog(1)
|
|
31920504
|
2018-06-11T16:40:08
|
|
rename commit graph's iter_candidates to iter_list
|
|
6e0c0f9a
|
2018-06-11T15:52:51
|
|
remove got_commit_graph_contains_object()
Put equivalent functionality into fetch_commits_up_to() instead.
|
|
1142eae9
|
2018-06-11T15:22:15
|
|
introduce got_commit_graph_fetch_commits_up_to()
|
|
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
|