Commit Briefs

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"


72fb036324 Stefan Sperling

use macro instead of literal ".idx"


d475dd0dd4 Stefan Sperling

use strlcpy instead of strncpy


4738e5f499 Stefan Sperling

remove unnecessary forward declaration


956a5d5aff Stefan Sperling

replace unnecessary use of FOREACH_SAFE with FOREACH


8392272eb9 Stefan Sperling

fail test gracefully instead of aborting


8e41b2f81b Stefan Sperling

check for NULL error return in idset test


ddb547b4ba Stefan Sperling

tests for object id sets


54be825117 Stefan Sperling

add an object id set data structure