Bug 123967
Summary: | webkitpy: Fix branch name/ref inconsistency in git SCM module | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | alancutter, ossy, simon.fraser, zan |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Merge https://chromium.googlesource.com/chromium/blink/+/3de722350937f639bdc681eefc20208812ab283d
Git._branch_tracking_remote_master() was returning a branch ref instead
of a local branch name. This was causing the module to erroneously detect
the repo as unclean.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
It seems like this code doesn't exist in WebKit's git.py.