]> source.dussan.org Git - gitea.git/commit
Give user a link to create PR after push (#4716)
authorJulien Tant <julien@craftyx.fr>
Sat, 20 Oct 2018 06:59:06 +0000 (08:59 +0200)
committerLauris BH <lauris@nix.lv>
Sat, 20 Oct 2018 06:59:06 +0000 (09:59 +0300)
commitdea3d849e1e21ccda6f272591cadcb6d1d338b56
tree14302df694d167582f19fa0d0a1ae5a65cfbab98
parentcabdf84f1f5e55e8b449bbd3b4d4ba0c69a87c87
Give user a link to create PR after push (#4716)

* Give user a link to create PR after push

* Forks now create PR in the base repository + make sure PR creation is allowed

* fix code style
cmd/hook.go
modules/private/repository.go [new file with mode: 0644]
routers/private/internal.go
routers/private/repository.go [new file with mode: 0644]