1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-06 04:18:22 +08:00

Add bundle download for repository ()

* Add bundle download

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Fix fmt

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Fix build tags

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Download specific commit

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
John Olheiser
2021-08-24 11:47:09 -05:00
committed by GitHub
parent d22cb600ed
commit 648464b504
83 changed files with 167 additions and 41 deletions
build.go
build
cmd
modules
options/locale
routers/private
services
templates/repo
tools

@ -2,6 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
//go:build gogit
// +build gogit
package git