mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 01:03:39 +01:00
911d370dad
* 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> |
||
---|---|---|
.. | ||
adopt.go | ||
branch.go | ||
cache.go | ||
check.go | ||
commits_test.go | ||
commits.go | ||
create_test.go | ||
create.go | ||
fork_test.go | ||
fork.go | ||
generate.go | ||
hooks.go | ||
init.go | ||
main_test.go | ||
push.go | ||
repo.go | ||
update.go |