Commit Briefs

578133c990 Christian Weisgerber

replace echo with printf, stop option processing with "--" for portability

ok stsp


9a1d514689 Christian Weisgerber

fix entry selection when moving to the parent in tog's tree view

The tree view attempts to keep the scroll position of an already visited parent directory intact. If we start out by viewing a subtree and then move up, the scroll position of the parent isn't actually available since the parent tree was never nagivated by the user. In this case tree_view_walk_path() has to fill in some values. The only parent entry we know about in this case is the one which was traversed to reach the child. The best we can do is to lock the parent's scroll position such that the traversed child entry appears at the top of the list if moving up to the parent's view. If we then navigate down again and return, the parent's scroll position will start to be retained and restored properly. Analysis and draft patch by stsp, initial report and simpler fix by yours truly. ok stsp






a1b774028e Stefan Sperling

fix calls to ref_usage(); found by naddy


38cb327bdb Stefan Sperling

document tog ref


6458efa5c1 Stefan Sperling

initial 'tog ref' implementation

ok naddy tracey


78756c87d9 Stefan Sperling

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

ok tracey naddy


3dbaef4273 Stefan Sperling

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

ok naddy tracey


9c659ea03e 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.


22c0f09da0 Stefan Sperling

repair gotweb build after diff api changes







b4737997c2 Stefan Sperling

handle binary files in blame's custom file diff atomizer







89dc8b78ad Stefan Sperling

remove stdbool.h where it's not needed