1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-20 17:34:57 +01:00
gitea/routers/api/v1
zeripath baefea311f
Fix #732: Add LFS objects to base repository on merging (#7082)
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
..
admin
convert Add LastLogin to the User API (#7196) 2019-06-15 23:28:32 -04:00
misc Add golangci (#6418) 2019-06-12 15:41:28 -04:00
org
repo Fix #732: Add LFS objects to base repository on merging (#7082) 2019-06-22 18:35:34 +01:00
swagger
user Add golangci (#6418) 2019-06-12 15:41:28 -04:00
utils
api.go