Commits
- Commit:
7711ca81892255a48acf5e9fca55a1a1d398920d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.87
- Commit:
b74f20ba56efe30c25f0e3dcd56b1248dc06c030
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add object_qid.c to regress
- Commit:
381ce3eacb7813cdf7c8c914744dcc5ba304cc7b
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add object_qid.c where required
Part of a wider change.
- Commit:
4f3f2a5b3189def4d53e5616e1bf4e2bd29a6fd2
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: object_qid.c make portable
Remove some system headers which are needed to be found portably.
- Commit:
87a675e0d63fd0aa7e3a413cf19bc4ad53409d94
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
5b3a801d85b1502e5f24373e4df4a1ad289b2acd
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
5ffbe221c75789cd2cdb37e1b20f1a575a20447f
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: don't check whether stdin is a tty during regress
ok stsp, jamsek
- Commit:
f4086c716b2f27f2f0e34157dcd64960589a3c9f
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
ff553ea7e0fb7b9ca9834780057bdd0f709339f5
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix typo in gotd debug messages: receving -> receiving
- Commit:
59d2cb90af3ca356c4e3106c71161352964225a0
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
run the tog tests as part of the default regress set
ok and README update by jamsek
- Commit:
88e8b64f39ed07952b8245c2e77070c4f4a1aea3
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
9729508f8bdf0382b3effd640fae0d3e4b648f69
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
document the path where gitwrapper looks for Git binaries
- Commit:
f897afc0fcd294f88a323de9c657589c5006affb
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
point to gitwrapper.1 from gotsh.1 manual page
- Commit:
b1abb9ffc21d39d13925df478dfbc3743b9cdb1c
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix documentation of got's reserved reference namespace
- Commit:
a184c764f00351d113f3c015e7b794e48e162e50
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
13bc6832b964af6431e0b8c6c8586405474e3e71
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
1134ebde7e9791e46cbbb9356aa0abf4617125da
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
f3000d9057e4537bca1386858f58aaf3e1b550c3
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
5e9566160a7b73dff81d9323036b83d51ded6c1c
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
changes for 0.87
- Commit:
f912f45ab8faff4ee025bf589381870dee568183
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync dist file list
- Commit:
8c2f570d00be50eca117433b5e9dfdf90a4210cd
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
in the delta-cache debug report, show the size of the largest delta seen
- Commit:
f2afb89d51ee41bbafec1feba57e50bf362c75dd
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
show how to fetch a pull request in got.1 pull request example section
- Commit:
38bad86b2fdd8641f26b955b0ea6d03a75500edf
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix sending merge commits; with a regression test by James Cook
- Commit:
1678610c6d5112a48cd47219c8bd4ef423d31e63
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
allow no-op merge commits to be created
Requested by James Cook
- Commit:
538aebb56b973dea6dee4dbde0ecfc4043bd6738
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix 'got commit' using a bad parent commit ID when worktree is out-of-date
Problem reported by James Cook with reproduction scripts
Regression test case by jamsek, as a simplified version of James' scripts
fix tested + ok jamsek