Displaying 2 results from an estimated 2 matches for "rnnnnn".
Did you mean:
nnnnn
2016 May 17
3
[RFC] Helping release management
...in the first place AFAIK.
> So I don't see any obstacle to have a regex that would match any part of the commit message.
So, when I revert patches (using the git-svn script), it sets the
title to: "Revert: <old title>" then writes on the body *only* "This
reverts commit rNNNNN.".
Unless the git-hook has a way look into rNNNN's commit message, or the
PR is on the title, I don't know how it would match it...
--renato
2016 May 17
4
[RFC] Helping release management
On 17 May 2016 at 20:04, Justin Bogner via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>> Note that this would also fire when a commit referring to a PR gets
>> reverted (assuming the reverting commit doesn't botch the commit
>> message), etc., which is super useful for those following along on the
>> bug's cc list.
>
> +1. This would be a very useful