git-lfs-transfer
git-lfs-transfer copied to clipboard
Locking support
I see locking-related code in this repository, as well as commits and pull requests regarding locking. However, the README makes no mention of locking support.
Is locking support functional now?
Hi
A bit late, but have you tried using soft-serve just for git-lfs (I use gitolite for normal git and soft-serve for git-lfs)? Assuming your SSH server addr=:23231, It works if you set this command:
git config lfs.url ssh://localhost:23231/<repo-name>
This supports locking and uses git-lfs-transfer. Maybe you'll get some insights.