You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/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
6 years ago
..
LICENSE Upgrade vendor "git" (#175) 8 years ago
blob.go Memory usage improvements (#3013) 7 years ago
command.go Serve .patch for pull requests (#3305) 7 years ago
commit.go Add push webhook support for mirrored repositories (#4127) 7 years ago
commit_archive.go update code.gitea.io/git (#450) 8 years ago
commit_info.go Update code.gitea.io/git (#3251) 7 years ago
doc.go Upgrade vendor "git" (#161) 8 years ago
error.go Symlink icons (#1416) (#3826) 7 years ago
git.go Memory usage improvements (#3013) 7 years ago
hook.go Take back control of hooks (#1006) 8 years ago
parse.go Update code.gitea.io/git (#3482) 7 years ago
repo.go Update code.gitea.io/git (#3137) 7 years ago
repo_blame.go Migrate to dep (#3972) 7 years ago
repo_blob.go Add raw blob endpoint to get objects by SHA ID (#5334) 6 years ago
repo_branch.go Update vendor git (#2765) 7 years ago
repo_commit.go Add push webhook support for mirrored repositories (#4127) 7 years ago
repo_hook.go update code.gitea.io/git (#450) 8 years ago
repo_object.go update code.gitea.io/git (#450) 8 years ago
repo_pull.go Serve .patch for pull requests (#3305) 7 years ago
repo_tag.go Update code.gitea.io/git 8 years ago
repo_tree.go update code.gitea.io/git (#450) 8 years ago
sha1.go Symlink icons (#1416) (#3826) 7 years ago
signature.go Update code.gitea.io/git (#3137) 7 years ago
submodule.go update code.gitea.io/git (#450) 8 years ago
tag.go Make releases faster than before and resolved #490 (#588) 8 years ago
tree.go Update code.gitea.io/git (#3482) 7 years ago
tree_blob.go update code.gitea.io/git (#450) 8 years ago
tree_entry.go Symlink icons (#1416) (#3826) 7 years ago
utils.go update code.gitea.io/git (#450) 8 years ago