Commit Briefs

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





d5a90aac91 Stefan Sperling

return existing data if existing object id is added to set


c6f420bf7c Stefan Sperling

expose number of elements in an object id set


56cca8e554 Stefan Sperling

use macro instead of literal ".pack"