Commit Briefs

5df4932d8e Stefan Sperling

improve handling of struct got_object_qid allocations


649fc316f2 Stefan Sperling

remove a redundant call to detect_changed_path()


bfd1f6daa4 Stefan Sperling

init commit timestamp earlier in commit graph's add_node()


ccb26ccd3c Stefan Sperling

avoid a call to mktime() in commit graph's add_node()



05e1230b0e Stefan Sperling

rename got_commit_object_mini to got_mini_commit_object


e32baab7e1 Stefan Sperling

add an object cache for mini commits


7762fe12f8 Stefan Sperling

add a mini-commit object for use by commit graph



fd1d2703b8 Stefan Sperling

don't eat errors in detect_changed_path() + cosmetic fixes


644e44ed86 Stefan Sperling

remove some dead code


f2877bf5fb Stefan Sperling

expose merge commits in log output again


93e45b7ce9 Stefan Sperling

use commit graph for path filtering in 'tog log'


8d49203ed7 Stefan Sperling

allocate less tips by default in commit graph


e65e3e2fec Stefan Sperling

remove useless code in #if 0


6bc669522a Stefan Sperling

fix commit graph iteration again; second entry was omitted


028d7a4e4c Stefan Sperling

fix commit graph iteration with just one iter-list entry




2c7f887081 Stefan Sperling

typos


1c7a5dcbe2 Stefan Sperling

don't call mktime() needlessly in commit graph


31cedeafaf Stefan Sperling

add path filtering support to commit graph



f4ceb45e28 Stefan Sperling

commit graph child adjancencies are not used; drop them


fa2f690270 Stefan Sperling

use got_object_qid_free() consistently