Commits
- Commit:
7e97fd319197d8a100a5de3f613a02253977b26b
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add check for libcrypto
This is needed for gotd's got-notify-http libexec helper.
- Commit:
89a8666a0364791b8c6b40f914b1dc919592d1ee
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
restore abort() calls in lib/hash.c
In the spirit of commit b808e01085d775b284878dfeea5c06339a9f2ec2, restore
the abort() call in got_hash_final_object_id() and add additional ones to
cover other functions in this file.
ok op@
- Commit:
0674467428bb864d0bbda6fd3275e0dcc86aad85
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
insert wait instruction in tog log mark keymap test
On slower machines, the test may fail due to capturing
the screendump before the base commit marker is drawn.
ok op@
- Commit:
cacbd4c795249f08a2d10482cbba7a555c02f6e4
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
quote the hmac secret in test script
- Commit:
f2c85e63e61a6415acf42cab83131414a2023d0e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make hmac failures detectable by regression tests
- Commit:
9173e8d916a8493520044a760aa7018d159df20c
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
use a proper secret for tests
- Commit:
90d47b8788013aae88dd6ce2151816559981559c
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
apply a Perl idion tweak suggested by op@
- Commit:
0927012cb2e545e54ed80a5ac29d377e80813c73
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix hmac error logging; suggestions by op@
- Commit:
7131669ca5516991c728286f3ff04e829aaed754
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
rename gotd HTTP notification signature header; suggested by op@
- Commit:
97858f5c321756c6495a682f6913b59211b51a96
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add support for HMAC digests to gotd HTTP notifications
Works similar to how several Git forges authenticate their webhooks.
Feature requested by dch@freebsd.
Help from tb@ regarding which libcrypto calls to use, thanks!
ok op@ (with some follow-up tweaks suggested)
- Commit:
d40addaae71726e78912c56b7b2b14a4795fe7e4
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: show commit id prefix on briefs page
tweak + ok op@, "seems good to me" (webpage review) stsp@
- Commit:
07aff805650ee756858f13aa1741a4bb8bbd8eae
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: show shortened "id1 -> id2" as path in diffstat when diffing blobs
This matches the output of "got diff -d".
ok jamsek
- Commit:
c75e74214f40cfb13542a5331afaf32280f708fa
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: expand diffstat to all diff views
Suggested by naddy: display diffstat in diff views of arbitrary commits.
For the sake of consistency, show it in tree and blob diffs now too.
Adjust and grow regress to cover the change.
ok stsp@
- Commit:
282924c1e6cd7db9281df73757d81406513c0d42
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
regress for tog diff view 'p' keymap; ok stsp@
- Commit:
b06f7fc373d58b68acddef2cd8ec7ada8e94bef3
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog diff 'p' keymap: show id prefix in diff filename
This helps identify diffs when several have been written.
Suggested by stsp on IRC.
ok stsp@
- Commit:
6d921bc281f87405ca22c72c97fd7db2b6f2c977
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
move pack cache entries to front upon any access, not just when cache is full
- Commit:
3aa55f1085484754656826a13fbb625b01dd06b4
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: add diff view 'p' keymap to write the diff to file
Write the current diff view to a temporary patch file in /tmp and report
the pathname to the status line.
discussed with naddy
input and ok stsp@
- Commit:
5fd747092ffe82320b62b9558c94e28f899f9c36
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add a todo item for 'got rebase'; prompted by a question from tb@
- Commit:
25de582cc89ccfd7a69b306115a70f0720f687b7
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
cb6c7c3e617fa0f872e35f0d34f1bc86fb338f86
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.102
- Commit:
36ce9a3b89600065d961a96efa17f51c331043be
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
zap redundant free
This pointer is owned by the caller and is freed in error paths via
close_diff_view()
ok stsp@
- Commit:
95767463b683bcf751069a3b8b01342bc9d06575
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
ec662aa6797ca02807b55b58bd88c69f02ec4538
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.102
- Commit:
0c4ad42c0a906040e1d0b12ad3f08287006529e5
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
got_worktree_prepare_path_info -> got_worktree_path_info_prepare
- Commit:
fc231b0cbd4f9b7b4821015419df075df8f074d4
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
got patch: lock the worktree
Since we may update the fileindex, the worktree must be preemptively
locked exclusively. It's an old thing, been there since the start.
ok stsp@