]> source.dussan.org Git - gitea.git/commit
Push HEAD instead of master when initialising repositories (#13719)
authorzeripath <art27@cantab.net>
Sat, 28 Nov 2020 21:00:38 +0000 (21:00 +0000)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 21:00:38 +0000 (16:00 -0500)
commit911d370dad5dadaaaf2a637b920730af1673d61a
tree16dbcb578601859e71a5fc06903a34a997573494
parent9c26dc1f3a742280baff4e9578545bc822016764
Push HEAD instead of master when initialising repositories (#13719)

* Push HEAD instead of master when initialising repositories

It is possible on modern gits to change the initial branch to something other than
master. This breaks initialising repositories because we assume that the initial
branch is going to be master unless specifically changed.

This PR simply bypasses this issue by pushing the HEAD rather than the master branch.

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update modules/repository/init.go

Co-authored-by: mrsdizzie <info@mrsdizzie.com>
Co-authored-by: mrsdizzie <info@mrsdizzie.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
modules/repository/init.go