Commits
- Commit:
b249788fc537f549ce580e78952921b6f8328de7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.87
- Commit:
ca8f35632b934316e48966139ad07a5f94278883
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
b77715b73bccc5e7b56252864e0b7902a3a17626
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
in the delta-cache debug report, show the size of the largest delta seen
- Commit:
0ffe39b0c5a0f782cded7ffb2154b89a1c3c2086
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show how to fetch a pull request in got.1 pull request example section
- Commit:
e166551f658768ab6f4f75386d7da7d6c67b7ee3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix sending merge commits; with a regression test by James Cook
- Commit:
35d2583f834a66f801dc229002d45e735882ba78
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow no-op merge commits to be created
Requested by James Cook
- Commit:
2b70695630ead3274d31727f6b477f3544dc9c9a
- From:
- Stefan Sperling <stsp@stsp.name>
- 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
- Commit:
c736b84ab8efb53399d58afe57a2e40c4c7dd1b5
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: lock mutex if leaving view_loop() on a script read error
ok stsp@
- Commit:
e08111f29f40db6013de92a2f63265255d647ee8
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
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@
- Commit:
8d212112582e612c39aa399858bc0b10c74782d0
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
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@
- Commit:
5bde47590bc2803fac92ad9b3362511f427d3c6a
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
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@
- Commit:
de7a51b7b8b94810307946710affa0f6e70de184
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: basic diff view test and fix hardcoded script path
ok stsp@
- Commit:
3ab12c25da83457de7f24433e48198c1206e56d5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
08df2025984ff655eca8467242bcf0e331853fee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add some missing libraries to DPADD and fix up some outdated deps
- Commit:
bd13be9e6848f38fd8f4679e64003888adabd0d8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
gotsh no longer needs to link to libz and libm
- Commit:
b5b41717002ca7082d9004bf6a5b8f6bfc6ed372
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
gotctl no longer needs to link to libz and libm
- Commit:
d3f03cd3f7e1461e228b11ff71909f2a1e19318a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
gitwrapper no longer needs to link to libutil, libz, libm, and libevent
- Commit:
f1397fcb9de517312a6924a0f0af6bb232bc9658
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused function got_read_file_to_mem()
- Commit:
2f43cd698e3fcc3000262b3e0f3a2119f06345bb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove dependency of gitwrapper, gotctl, and gotsh on object_parse.c
Move some functions from object_parse.c into hash.c. These functions either
require hash.c code anyway or contain object ID implementation internals.
Add a new file object_qid.c, for got_object_id_queue and got_object_qid.
This new file must be linked to virtually every program.
- Commit:
1963be61deb20cacab2552113c66b38fbee7a080
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove dependency of gitwrapper on gotd/auth.c
Move gotd_auth_parseuid() from auth.c to parse.y as gotd_parseuid(), and
remove auth.c from the list of source files required by gitwrapper.
- Commit:
eeb616b754913da958b9781aee9ed88db64e7162
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove dependency of gitwrapper on gotd/listen.c
Move gotd_find_uid_connection_limit() from listen.c into parse.y and
remove listen.c from the list of source files required by gitwrapper.
- Commit:
1eb3899277955a87d80eef900b6ea458ff73bd6c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
significantly reduce the amount of code linked into gitwrapper
By moving got_serve_parse_command() from lib/serve.c into lib/dial.c
as got_dial_parse_command(), we can significantly reduce the amount
of symbols gitwrapper depends on indirectly.
As a downside, gotsh now needs to link to dial.c. But it only uses the
same parsing routine, and any other routines in dial.c would likely
cause pledge violations in gotsh if used.
No functional change.
- Commit:
132d524727bc488554836990bad88e0208b85843
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document the S key in tog's online help screen
- Commit:
b568caa8aa856a6b8c4c435003250c6dd80b19a3
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
zap stale tog regress make target spotted by stsp@
- Commit:
2ca2f982e80d0ff52e0a2990b60912bedb9e23eb
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: plug tog_view structure leak on open_*_view() error
ok stsp@