0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-11 17:11:16 -05:00
forgejo/vendor/code.gitea.io/git
Peter Hoffmann e08c7e521b Add raw blob endpoint to get objects by SHA ID (#5334)
* Add raw blob endpoint

This should make it possible to download raw blobs directly from
/:repo/:username/raw/blob/:sha1 URLs.

* fix: Make it work

* As an SHA-ID is no path getRefNameFromPath can't be used to verify
file specifying parameter
* added relevant change in go-gitea/git #132

Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de>

* Update Gopkg.lock

Can't update all vendors due to errors

Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de>

* style: Add Gitea copyright header

* feat: Added integration test for /repo/u/r/raw/blob

* fix: correct year in copyright header
2018-11-18 13:45:40 -05:00
..
blob.go Memory usage improvements (#3013) 2017-11-29 09:50:39 +08:00
command.go Serve .patch for pull requests (#3305) 2018-01-07 15:10:20 +02:00
commit.go Add push webhook support for mirrored repositories (#4127) 2018-09-06 22:06:09 -04:00
commit_archive.go
commit_info.go Update code.gitea.io/git (#3251) 2017-12-22 09:00:30 +02:00
doc.go
error.go Symlink icons (#1416) (#3826) 2018-05-01 10:04:36 +03:00
git.go Memory usage improvements (#3013) 2017-11-29 09:50:39 +08:00
hook.go
LICENSE
parse.go Update code.gitea.io/git (#3482) 2018-02-10 20:19:26 +02:00
repo.go Update code.gitea.io/git (#3137) 2017-12-11 10:23:34 +08:00
repo_blame.go Migrate to dep (#3972) 2018-05-21 15:34:20 +03:00
repo_blob.go Add raw blob endpoint to get objects by SHA ID (#5334) 2018-11-18 13:45:40 -05:00
repo_branch.go Update vendor git (#2765) 2017-10-23 16:36:14 +03:00
repo_commit.go Add push webhook support for mirrored repositories (#4127) 2018-09-06 22:06:09 -04:00
repo_hook.go
repo_object.go
repo_pull.go Serve .patch for pull requests (#3305) 2018-01-07 15:10:20 +02:00
repo_tag.go
repo_tree.go
sha1.go Symlink icons (#1416) (#3826) 2018-05-01 10:04:36 +03:00
signature.go Update code.gitea.io/git (#3137) 2017-12-11 10:23:34 +08:00
submodule.go
tag.go
tree.go Update code.gitea.io/git (#3482) 2018-02-10 20:19:26 +02:00
tree_blob.go
tree_entry.go Symlink icons (#1416) (#3826) 2018-05-01 10:04:36 +03:00
utils.go