Browse Source
When submitting, git-p4 finds the current branch in order to know if it is allowed to submit (configuration "git-p4.allowSubmit"). On a detached head, detecting the branch would fail, and git-p4 would report a cryptic error. This change teaches git-p4 to recognise a detached head and submit successfully. Signed-off-by: Luke Diamand <luke@diamand.org> Signed-off-by: Jeff King <peff@peff.net>maint
![luke@diamand.org](/assets/img/avatar_default.png)
![Jeff King](/assets/img/avatar_default.png)
2 changed files with 17 additions and 8 deletions
Loading…
Reference in new issue