Releases: git-lfs/git-lfs
Releases · git-lfs/git-lfs
v0.4.0
- Add
git hawser add ...
andgit hawser rm ...
commands. - Fix for GitHub Enterprise 2.1
v0.3.6
v0.3.5
- Support disabling HTTPS verification with
GIT_SSL_NO_VERIFY
ENV orhttp.sslVerify
git config.
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Note: This release reports as v0.2.3. It's recommended that you upgrade to v0.3.1 ASAP.
This release adds some smarts to pushing files to ensure that files aren't pushed multiple times, and only files actually in the commit(s) being pushed are sent to the git media server.
There are some changes with git media's internal bookeeping. If you have existing git media repositories cloned you should run git media update
to ensure its database is up to date. If you're creating a new git media repository, or cloning an existing repository from GitHub you do not need to run the update command.