mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-06 04:18:22 +08:00
Add bundle download for repository (#14538)
* 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:
build.go
build
cmd
modules
auth/pam
git
blob_gogit.goblob_nogogit.gocommand_test.gocommit_convert_gogit.gocommit_info_gogit.gocommit_info_nogogit.golast_commit_cache_gogit.golast_commit_cache_nogogit.gonotes_gogit.gonotes_nogogit.goparse_gogit.goparse_gogit_test.goparse_nogogit.goparse_nogogit_test.go
pipeline
repo.gorepo_archive.gorepo_base_gogit.gorepo_base_nogogit.gorepo_blob_gogit.gorepo_blob_nogogit.gorepo_branch_gogit.gorepo_branch_nogogit.gorepo_commit_gogit.gorepo_commit_nogogit.gorepo_commitgraph_gogit.gorepo_language_stats_gogit.gorepo_language_stats_nogogit.gorepo_ref_gogit.gorepo_ref_nogogit.gorepo_tag_gogit.gorepo_tag_nogogit.gorepo_tree_gogit.gorepo_tree_nogogit.gosha1_gogit.gosha1_nogogit.gosignature_gogit.gosignature_nogogit.gotree_blob_gogit.gotree_blob_nogogit.gotree_entry_gogit.gotree_entry_nogogit.gotree_entry_test.gotree_gogit.gotree_nogogit.gograceful
lfs
options
public
setting
svg
templates
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
|
||||
|
Reference in New Issue
Block a user