[webkit-changes] [WebKit/WebKit] 79ba0f: [git-webkit] Don't annotate cherry-picks from non-...

Jonathan Bedard noreply at github.com
Mon Jul 10 15:02:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 79ba0fe6a750ac2e0caeb5e864b9a8131879ce5e
      https://github.com/WebKit/WebKit/commit/79ba0fe6a750ac2e0caeb5e864b9a8131879ce5e
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
    M Tools/Scripts/hooks/prepare-commit-msg

  Log Message:
  -----------
  [git-webkit] Don't annotate cherry-picks from non-production branches
https://bugs.webkit.org/show_bug.cgi?id=256905
rdar://109466659

Reviewed by Elliott Williams.

Check if a cherry-pick is coming from a branch that exists on a source
remote. If so, the original commit is a persisent part of the repository
and we should annotate the commit message of the cherry-pick.

* Tools/Scripts/hooks/prepare-commit-msg:

Canonical link: https://commits.webkit.org/265920@main




More information about the webkit-changes mailing list