Commits


indicate timezone in Date header


don't bother with address verification at this layer


fix expected bye response


fix connection


fix invalid pledge promise


send mail


remove unused includes


remove unused sources


actually this will need to just send text from stdin to smtp


build a list of ID/refname pairs from stdin


read 'commit refname' pairs on stdin


parse got-notify-email command line


typo


parse reply to


switch to new email syntax


we will probably try to use JSON for http


tweak notify email syntax


got-notify-email stub


parse notification configuration


skeleton notify process


document gotd notification feature


bump version number


CHANGES for 0.97


add an xfail test for a case where rebase fails to forward a branch Because 'got rebase' only does a first-parent traversal it will try to rebase commits which appear in the history of a branch, even when the branch to be rebased is already based on that history. This results in spurious merge conflicts as existing changes get re-applied. The desired behaviour would be that 'got rebase' forwards the branch, as it does when the 'got merge -M' command used by this test case is replaced by a simple 'got merge' which avoids creating a merge commit. Problem reported by naddy in the "Landry's firefox repository" thread: https://marc.gameoftrees.org/mail/1706721001.20565_0.html


add a test which checks what happens when rebasing onto a merge commit