|
|
@@ -532,6 +532,7 @@ func Download(ctx *context.Context) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
ctx.Repo.Repository.IncreaseCloneCnt() |
|
|
ctx.Repo.Repository.IncreaseCloneCnt() |
|
|
|
|
|
ctx.Repo.Repository.IncreaseGitCloneCnt() |
|
|
|
|
|
|
|
|
ctx.ServeFile(archivePath, ctx.Repo.Repository.Name+"-"+refName+ext) |
|
|
ctx.ServeFile(archivePath, ctx.Repo.Repository.Name+"-"+refName+ext) |
|
|
} |
|
|
} |
|
|
|