Commit Briefs

1b1a386df9 Omar Polo

gotd: use a struct got_object_id instead of an hash buffer

ok stsp@


1ddd9d55d5 Stefan Sperling

display abbreviated commit/tag IDs in email notification subject lines

This should make it somewhat easier to keep track of discussion threads when someone replies to a commit notification to discuss the changes.





c3cc85a3c5 Stefan Sperling

make gotd notifications work when 'git push' is used instead of 'got send'

Git clients disconnect earlier, which resulted in session_write exiting before notifications were sent. Do not treat early EOF as a fatal error if we are sending notifications. Add regression test coverage for 'git push'. Problem found by Thomas Adam.


d36998aec8 Stefan Sperling

expose authenticated gotd user account in HTTP notifications

ok op@


3bdb506644 Omar Polo

gotd: don't ignore error in session_dispatch_repo_child

ok stsp



e70fd95218 Stefan Sperling

split gotd/session.c into session_read.c and session_write.c

This makes it easier to tweak the read/write code paths separately.