Commit Briefs





Stefan Sperling

fix calls to ref_usage(); found by naddy


Stefan Sperling

document tog ref


Stefan Sperling

initial 'tog ref' implementation

ok naddy tracey


Stefan Sperling

store reflists in view state where required and get rid of reflist pointers

ok tracey naddy


Stefan Sperling

make 'tog diff' accept reference and tag arguments; add -w and -C options

ok naddy tracey


Stefan Sperling

do not forget to add an offset for line zero in diff_blobs()

Fixes a problem in 'tog diff' where the first line of the output was cut off.


Stefan Sperling

repair gotweb build after diff api changes