Commit Briefs

31920504be Stefan Sperling

rename commit graph's iter_candidates to iter_list


6e0c0f9a81 Stefan Sperling

remove got_commit_graph_contains_object()

Put equivalent functionality into fetch_commits_up_to() instead.


ca2dc7e62d Stefan Sperling

remove vim .swp files which crept in


1142eae973 Stefan Sperling

introduce got_commit_graph_fetch_commits_up_to()


6a4c18905d Stefan Sperling

introduce got_commit_graph_contains_object


f8e900f3de Stefan Sperling

use got_object_open_as_commit() in 'got log'


069f84d5cf Stefan Sperling

use signed int for max numer of object idset elements


736b910fe5 Stefan Sperling

use got_object_open_as_commit() in tog(1)


be6a1b5ad0 Stefan Sperling

promote commit graph's open_commit() helper to public API


c4d7a9c400 Stefan Sperling

replace inline code with call to open_commit() helper



b43fbaa022 Stefan Sperling

do not store commits in the commit graph; saves memory


d7b086402f Stefan Sperling

remove unused function


6ede4e7aa5 Stefan Sperling

fix check for author != committer in 'got log'


7cd42a1a10 Stefan Sperling

free timezone offset strings in got_object_commit_close()


6c281f94f6 Stefan Sperling

show timezone offset in 'got log'


ef530fe5a1 Stefan Sperling

make commit timestamps work across privsep


c0768b0f89 Stefan Sperling

make 'got log' show time in human-readable format


4626e41630 Stefan Sperling

parse commit timestamps when opening commits


6e790f45d6 Stefan Sperling

move parse_commit_time() to object.c and make public API


3fe1abad43 Stefan Sperling

make 'got log' always show parents of merge commits


a0603db24c Stefan Sperling

add -v option 'got log'; currently shows parent commits


4bd3f2bbb7 Stefan Sperling

some commits were missing from the commit graph


832c249c3a Stefan Sperling

indent log messages in output of 'got log'


c363871bed Stefan Sperling

commit graph: don't omit commits with equal timestamps