Commit Briefs

25a58941e2 Stefan Sperling

remove the pathset abstraction again; replaced by RB tree



f054b67ad0 Stefan Sperling

remove object_idcache; use object_idset instead


6bef87be90 Stefan Sperling

move object cache out of repository.c to its own file


079b2f6564 Stefan Sperling

add a Makefile hierarchy which builds the whole show


ad242220ad Stefan Sperling

implement fork+exec (and by the way, fix the build...)


a440fac05e Stefan Sperling

move object parsing code into a separate file


e79f468ebe Stefan Sperling

re-enable object cache; committed accidentally



2977948937 Stefan Sperling

fix typo in Makefile comments: CPLAGS -> CFLAGS


ccfe88e6ed Stefan Sperling

provide a compile-time toggle for object caching


c35a794348 Stefan Sperling

account for line shift in blame; lots of help from tb@


84451b3ef7 Stefan Sperling

implement incremental blame display for tog


6358180434 Stefan Sperling

rename zbuf to inflate


fc79a48d6d Stefan Sperling

add a compile time switch to read pack index with read(2)


eb77ee116a Stefan Sperling

add an object id cache which backs the object cache


a70480e0e0 Stefan Sperling

implementation of 'tog blame', not reachable via gui yet


00dfcb9257 Stefan Sperling

handle EILSEQ in tog(1)



61e69b96fd Stefan Sperling

better trimming of lines to the right length in tog diff


511a516b74 Stefan Sperling

move got_opentmp* functions to public API; used from tog



9f7d7167e8 Stefan Sperling

add skeleton for tog(1)