[webkit-changes] [WebKit/WebKit] 7952ec: [git-webkit] Handle branch names which might be ha...

Jonathan Bedard noreply at github.com
Tue Nov 1 11:51:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7952ec032b23c2ef244881da363e8b1d0808baa9
      https://github.com/WebKit/WebKit/commit/7952ec032b23c2ef244881da363e8b1d0808baa9
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M Tools/Scripts/libraries/webkitscmpy/setup.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/git.py

  Log Message:
  -----------
  [git-webkit] Handle branch names which might be hashes
https://bugs.webkit.org/show_bug.cgi?id=247210
rdar://101691330

Reviewed by Elliott Williams.

* Tools/Scripts/libraries/webkitscmpy/setup.py: Bump version.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Ditto.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/git.py:
(Git._to_git_ref): If we fail to match an identifier or hash to a commit object,
return the raw string in the hopes that it's a branch name.

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




More information about the webkit-changes mailing list