Commits
- Commit:
1d3bc0bad526a7a4e21d9b2595e1f0f4edd98abe
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
indicate timezone in Date header
- Commit:
16c58399de51c67e881284510b7df2d227a33a54
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't bother with address verification at this layer
- Commit:
83258de1495bbfb2896bfe3d17284592782c7560
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix expected bye response
- Commit:
0e1456a374bcd2d4ae6dc1681999910d81490e78
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix connection
- Commit:
28a5a7c15fff13abd7c9b06a742c70309db37b03
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix invalid pledge promise
- Commit:
b3e02120e4af1d0e9cfc0b66643de38a2a38d7e6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
send mail
- Commit:
cb984d1ca2f22aefd198679a29a9b7738c1188f2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused includes
- Commit:
6891221e395244e33e9cd561f1c9f4c3cd9d1080
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused sources
- Commit:
f644422d21ee0332b215816504feb72255f748e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
actually this will need to just send text from stdin to smtp
- Commit:
d2e4f1e938dd709aa0969b8f334c91dd2f1d24ef
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
build a list of ID/refname pairs from stdin
- Commit:
dd669d1824c1e2077bc147b91460ca4209621ced
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
read 'commit refname' pairs on stdin
- Commit:
c6d588b78684a2992b61c72b64f1bb3bab4b560c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
parse got-notify-email command line
- Commit:
a6864a68b3efe2c8a01ef1d058bf3977b6b91a3a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
typo
- Commit:
ca3d26e7d5cab67ee7526e1fa46736f920d72c4a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
parse reply to
- Commit:
74f531d7d49c6a09f3cd5e38d3d7ae8f7e6c4721
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
switch to new email syntax
- Commit:
e117f5fb2b0eb25d9fe3536127865b300e705cd0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
we will probably try to use JSON for http
- Commit:
61c1b3647f0284c38c0d8e25f0661f795b11362d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tweak notify email syntax
- Commit:
8908562dcaa8372dc94104ebc93e39f19c3f57a4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
got-notify-email stub
- Commit:
05a7a31cc5fec292b1ca3e6298afb82029372a79
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
parse notification configuration
- Commit:
c2b405718eabe04c7ac3fa5916c1951227ab99fe
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
skeleton notify process
- Commit:
518fc9bf283a8410fd83a49addb3662f8b119498
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document gotd notification feature
- Commit:
5737d679619ac7bfa357277e0508f62d544d8385
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
66e67abe8e18c74089af4706f3d79bdcf2bac30a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
CHANGES for 0.97
- Commit:
102fba8b84c74851ac56ae5a99a5739e2a4b2514
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
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
- Commit:
4cbe2b468089c3a0d8cc4963ef0056060b82049a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a test which checks what happens when rebasing onto a merge commit