Commit Briefs

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


fb5b9d5a63 Stefan Sperling

fix more leaks in commit graph's add_node()


063c1beddf Stefan Sperling

free parent ids when freeing commit graph nodes


4e845d0113 Stefan Sperling

fix leaks in commig graph's add_node()




6358180434 Stefan Sperling

rename zbuf to inflate


60f2eee18f Stefan Sperling

undo previous; too much mixup in one data structure


d54f52f450 Stefan Sperling

store recently accessed objects at front of cache lists


e7c810ea16 Stefan Sperling

allow got_object_idset_remove() to retreive data pointer


fe8df4c20b Stefan Sperling

undo previous; it broke tog(1) with openssl repo