Commits
- Commit:
7e97a14e5847ec46e9ee1c080c6e852d33363240
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
f2e74d68d215e74d41c8c67614f084e8156c62d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.88
- Commit:
ba55351b42dce102aca4b961ae2efee873b16f56
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: fix logic error and skip again some entries in the index
logic error introduced in df2d3cd25
ok stsp@
- Commit:
b4065bfcafb3421d29197dff9ffcd55ee58fa831
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
cache delta base fulltexts when dumping a delta chain to a file
- Commit:
6048158fc378dddeded29923f96cb5858c1cb71d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
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
- Commit:
76cbc7c5854f28fb476b6c80d69163c6a0796725
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
really store the fulltext of delta-base objects in fulltext cache
- Commit:
2d6dd3ed2c8c3bfc84e2e35d7c457e035725e3cf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
style tweaks from jamsek
- Commit:
1aaa1562179ea8be813abb49d6bdb197e0eb2c60
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
cache fulltext data in delta cache to improve speed with long delta chains
ok jamsek
- Commit:
cdfe5501a3d4265bab3c6f877f19f37a4b20b0da
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
when finding changed paths iterate tree entries in on-disk order for speed
ok op, jamsek
- Commit:
c671dc6587800c66e8cbbeaab9336234eec88f69
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
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@
- Commit:
e56a17962a1ed2ed7530c92097d09bde36c57383
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
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@
- Commit:
91db220264b6d9be6d44223dd76ae8eb9bea3641
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
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!
- Commit:
3aa652eff930e9f4d878f8d4a7d01ffd3e95e096
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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
- Commit:
69b9e75f5436338a9b5cddd5b8462929def12e8c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
tog: don't check whether stdin is a tty during regress
ok stsp, jamsek
- Commit:
906c73f69f5ab088561e8f1378c27d852a022e37
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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
- Commit:
9cbac887301ab85a09a6e123f9963b76f60514e1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in gotd debug messages: receving -> receiving
- Commit:
37ad0a50f29496187cdbfd590ff76d0f427c151a
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
run the tog tests as part of the default regress set
ok and README update by jamsek
- Commit:
c62d44e73cce01c980cbf186d5872b9be259028a
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
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
- Commit:
d7d615b695cb3ad78d12a6c91aceadd246ca811a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document the path where gitwrapper looks for Git binaries
- Commit:
e9ebc0aedfd54080225568796274d322480c8361
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
point to gitwrapper.1 from gotsh.1 manual page
- Commit:
d2ff61d78cf488e72ef5c3a524fb259d9b302d3a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix documentation of got's reserved reference namespace
- Commit:
d9bb8469b460e6d63787980c7a28c41184986c5d
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: teach test harness to count and basic tree tests
Add count instruction to the test harness to simulate count modifier
compound keys (e.g., 11j), and add basic tests for the tree view.
ok stsp@
- Commit:
81641b410b1170a048a3b6994268ddf78515aad6
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog regress: zap needless defines and use "vt220" TERM
Also, overwrite - and | unconditionally when capturing screen dumps,
and unset TOG_COLORS and TOG_DIFF_ALGORITHM in regress setup.
All tweaks suggested by naddy@
ok stsp@
- Commit:
8496bf63db31d4c4e433fa8e5fddf5719038aa32
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog regress: use pthread conditions for wait instruction
As suggested by stsp, rather than busy wait in the view loop, use pthread
conditions to wait for the blame thread to signal completion before drawing
the screen. We can add more conditions for other views when needed, but by
keeping the general WAIT_FOR_UI instruction and flag, this should make their
use context-dependent so we won't need more test harness WAIT_* instructions.
ok stsp@
- Commit:
eab8809f807c6efa50cb26be1c068d6ae680a28a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number