forgejo/routers/api/v1/repo
zeripath baefea311f
Fix : Add LFS objects to base repository on merging ()
On merge we walk the merge history and ensure that all lfs objects pointed to in
the history are added to the base repository. This switches from relying on having git-lfs installed on the server, (and in fact .gitattributes being correctly installed.)
2019-06-22 18:35:34 +01:00
..
blob.go
branch.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
collaborators.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
commits.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
file.go Fixes - API Org Visibility () 2019-05-30 13:57:55 -04:00
fork.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
git_hook.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
git_ref.go Fixes - Adds the /git/tags API endpoint () 2019-06-08 17:31:11 +03:00
hook.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
hook_test.go
issue.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
issue_comment.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
issue_label.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
issue_tracked_time.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
key.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
label.go Add missing description of label on API () 2019-06-16 20:39:52 +08:00
main_test.go
milestone.go Add state param to milestone listing API () 2019-06-06 08:37:45 +08:00
pull.go Fix : Add LFS objects to base repository on merging () 2019-06-22 18:35:34 +01:00
release.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
release_attachment.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
repo.go Add golangci () 2019-06-12 15:41:28 -04:00
repo_test.go Fixes - Adds API Endpoint for Repo Edit () 2019-05-30 11:09:05 -04:00
star.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
status.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
subscriber.go Move sdk structs to modules/structs () 2019-05-11 18:21:34 +08:00
tag.go Fixes - Adds the /git/tags API endpoint () 2019-06-08 17:31:11 +03:00
tree.go