()
| 125 | } |
| 126 | |
| 127 | func (r skipPushRefs) UnqualifiedHeadRef() string { |
| 128 | return r.qualifiedHeadRef.BranchName() |
| 129 | } |
| 130 | |
| 131 | // pushableRefs indicate to handlePush that pushing is required, |
| 132 | // and provide further information (HeadRepo) on where that push |
nothing calls this directly
no test coverage detected