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