Commit Briefs

27821047bc Thomas Adam

sync dist file list


8d6bf26a27 Thomas Adam

changes for 0.88


f5af6dbdad Thomas Adam

gotwebd: fix logic error and skip again some entries in the index

logic error introduced in df2d3cd25 ok stsp@



5972d1ed77 Thomas Adam

do not forget to flush after writing a cached fulltext to a temporary file

Fixes the following error during gotadmin pack -a: gotadmin: raw object has unexpected size



d0d910f206 Thomas Adam

style tweaks from jamsek


f7a026c46d Thomas Adam

cache fulltext data in delta cache to improve speed with long delta chains

ok jamsek


2d28509da5 Thomas Adam

when finding changed paths iterate tree entries in on-disk order for speed

ok op, jamsek


52c5094bed Thomas Adam

tog regress: TAB instruction + test for diff J keymap

Add the TAB instruction to the test harness, and a test case for the previous commit: scroll down the log from the diff view with the J keymap when on the last loaded commit. ok stsp@


e0bcabc590 Thomas Adam

tog: resize log view if toggling fullscreen from child view

We call resize_log_view() when toggling 'F'ullscreen from the log view, but forgot to do this when toggling fullscreen from a child view if its parent is the log view. This fixes a bug that prevents scrolling down the log view from the diff view with the J keymap if already on the last loaded commit. Regress test in the following commit. ok stsp@


10120e3cdd Thomas Adam

portable: set next version


7711ca8189 Thomas Adam

portable: release 0.87 (tags/0.87)


b74f20ba56 Thomas Adam

portable: add object_qid.c to regress


381ce3eacb Thomas Adam

portable: add object_qid.c where required

Part of a wider change.


4f3f2a5b31 Thomas Adam

portable: object_qid.c make portable

Remove some system headers which are needed to be found portably.


87a675e0d6 Thomas Adam

tog: mark HSPLIT_SCALE as float; unbreak regress on i386

On i386 view_split_begin_y() computed a value slightly different than on other arches, breaking the regress. Casting HSPLIT_SCALE as float unbreaks it. Diff from jamsek, committing on his behalf. Thanks!


5b3a801d85 Thomas Adam

tog: open screendump file early during regress

we can't open arbitrary files after unveil(), and that's a feature! So, open it early and truncate it before use just in case screendump() ends up being called more than once. ok/tweak stsp, ok jamsek


5ffbe221c7 Thomas Adam

tog: don't check whether stdin is a tty during regress

ok stsp, jamsek


f4086c716b Thomas Adam

tog: don't open /dev/tty during regress

as it might not be there (for e.g. if ran under cron). Reuse instead /dev/null since it's not expected to get input from stdin. ok jamsek


ff553ea7e0 Thomas Adam

fix typo in gotd debug messages: receving -> receiving


59d2cb90af Thomas Adam

run the tog tests as part of the default regress set

ok and README update by jamsek


88e8b64f39 Thomas Adam

tog: always use alternate charset for vertical/horizontal line

ncurses(3) will use the line drawing characters from the VT100 alternate graphics character set if the terminal supports this as indicated by termcap/terminfo, otherwise it will fall back to ASCII replacement characters. ok jamsek stsp



f897afc0fc Thomas Adam

point to gitwrapper.1 from gotsh.1 manual page