Commit Briefs

Stefan Sperling

bump version number


Stefan Sperling

changes for 0.87 (tags/0.87)


Stefan Sperling

sync dist file list





Stefan Sperling

allow no-op merge commits to be created

Requested by James Cook


Stefan Sperling

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


Mark Jamsek

tog: lock mutex if leaving view_loop() on a script read error

ok stsp@


Mark Jamsek

tog: tweak blame tog_view deallocation fix from 2ca2f982

Both view_close() and close_blame_view() are called from view_loop() irrespective of error, so only call these from cmd_blame() to ensure the tog_view structure is not leaked when open_blame_view() errors. ok stsp@


Mark Jamsek

tog: blame regress and new test framework wait instruction

Basic blame view test required adding the WAIT_FOR_UI instruction to delay screen dumps till the ui has been completely rendered. This will also apply to future test cases such as limited log views and further blame test cases. ok stsp@


Mark Jamsek

tog: rename regress test script envvar

As per stsp's idea: use a more descriptive name, and use the TOG_TEST_SCRIPT envvar both in tog.c and the test scripts. ok stsp@


Mark Jamsek

tog: basic diff view test and fix hardcoded script path

ok stsp@


Stefan Sperling

sync dist file list