+ [2020-05-19T23:14:53Z] bn_work is there a way to workaround the 250-confirm limit when comparing across tags / branches? ex: https://github.com/systemd/systemd/compare/v237...v238 trying to confirm if https://github.com/systemd/systemd/pull/8133 is in it but am getting the message that the comparison is limited to the most recent 250 commits. Is there no way besides pulling the source locally and using git directly?
+ [2020-05-19T23:32:00Z] oprypin bn_work, not exactly answering your question but you do see the list of all tags that it's in at the commit itself https://github.com/systemd/systemd/commit/73969ab61c39357e6892747e43307fbf07cafbed
+ [2020-05-19T23:33:03Z] oprypin also i think you can rely on the fact that https://github.com/systemd/systemd/compare/73969ab61c39357e6892747e43307fbf07cafbed...v238 shows *anything*
+ [2020-05-19T23:33:12Z] oprypin because this one certainly doesnt show https://github.com/systemd/systemd/compare/73969ab61c39357e6892747e43307fbf07cafbed...v237
+ [2020-05-19T23:47:42Z] bn_work oprypin: yes, thanks! just realized that after clicking around

message no. 180739

Posted by davidfetter in #github at 2020-05-19T02:00:48Z

is there a way to configure the email notices get sent to per team?
+ [2020-05-20T06:01:54Z] __Myst__ in the mit license, after how much modification does it not apply anymore?
+ [2020-05-20T06:08:13Z] R2robot are you trying to re-license someone else's code?
+ [2020-05-20T06:25:00Z] __Myst__ no i'm saying that i forked somebody else's code and modified 99% of it
+ [2020-05-20T06:45:36Z] R2robot IANAL but it's still a derived code base
+ [2020-05-20T06:47:15Z] R2robot MIT is one of the most permissive licenses anyway