+ [11 years ago] gitinfo Please direct all feature requests to support@github.com to make them heard (feel free to discuss them in here, but that's all off the record)
+ [11 years ago] FrozenFire Yeah, I'll probably send it there. Just wanted to hear if there was an existing way. :)
+ [11 years ago] FrozenFire oAuth does make it substantially easier than how I was usually doing it, but having out-of-band authorization would be even better.
+ [11 years ago] FrozenFire CA keys work for git normally (though not gitlab, apparently). Would be cool to have it for GitHub/gitlab.

message no. 38035

Posted by FrozenFire in #github at 2014-08-08T23:48:35Z

CA keys work for git normally (though not gitlab, apparently). Would be cool to have it for GitHub/gitlab.
+ [11 years ago] dD0T Got a few questions: What exactly makes a PR loose its review history? Any force push changing the commits? And related do closed/merged PRs still keep reflecting future changes I make in my source branch? As in does a reset + force push mess up the already closed pull requests if someone accesses it? Thanks.
+ [11 years ago] Epitrope dD0T: to your first question, if people comment on the commits, and you force-push those commits out, then the comments no longer show up in the PR
+ [11 years ago] dD0T Epitrope: Makes sense. Does that keep happening once the PR is merged/closed? Or does it get "frozen"?
+ [11 years ago] Epitrope that I'm not sure about
+ [11 years ago] Epitrope dD0T: you should try it and report back here