| Summary: | merge check hook is too restrictive | ||
|---|---|---|---|
| Product: | Services | Reporter: | Ed Maste <emaste> |
| Component: | Git Integration | Assignee: | Li-Wen Hsu <lwhsu> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | lwhsu |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ed Maste
2022-04-13 14:01:11 UTC
Commit is available in this fork/branch: https://github.com/emaste/freebsd/tree/openssh-8.8p1-update The merge checker commit hook was using `git show-ref` to find which (vendor) branch is the 2nd parent of the merge commit. It cannot handle if the vendor branch is updated and the parent is no longer the HEAD of that branch. Change to use `git branch --contains <commit>` |