0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-22 07:57:29 +01:00
gitea/services/repository/files
Gusted 692707f145
Add latest commit's SHA to content response (#20398)
* Add latest commit's SHA to content response

- When requesting the contents of a filepath, add the latest commit's
SHA to the requested file.
- Resolves #12840

* Add swagger

* Fix NPE

* Fix tests

* Hook into LastCommitCache

* Move AddLastCommitCache to a common nogogit and gogit file

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Prevent NPE

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-07-30 16:09:04 +08:00
..
cherry_pick.go
commit.go
content_test.go Add latest commit's SHA to content response (#20398) 2022-07-30 16:09:04 +08:00
content.go Add latest commit's SHA to content response (#20398) 2022-07-30 16:09:04 +08:00
delete.go
diff_test.go
diff.go
file_test.go Add latest commit's SHA to content response (#20398) 2022-07-30 16:09:04 +08:00
file.go
patch.go
temp_repo.go
tree_test.go
tree.go
update.go
upload.go