Releases: git-lfs/git-lfs
Releases · git-lfs/git-lfs
v0.3.5
- Support disabling HTTPS verification with
GIT_SSL_NO_VERIFY
ENV or http.sslVerify
git config.
v0.3.4
- Git media is better able to scan a repository history to find media files
push
uses the scanner to be more efficient
- Introduced a
git media status
command, analogous to git status
to show the current state of git media files
v0.3.3
GIT_MEDIA_PROGRESS
variable should be an absolute path rather than a file://
URI #134
v0.3.2
- Fix a a lock file issue on Windows #131
v0.3.1
- If the pre-push hook is detected to be out of date, give a notification to run
git media update
#129
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.
v0.2.3
- Fix issue with client hanging on git credentials. #117 @rubyist
- Fix install scripts to create install directory if it doesn't exist #116 @rubyist
- Include more information in the User-Agent string #120 @rubyist
v0.2.2
- Fix issue with running git-media outside of a Git repository. #111 @shiftkey
- Fix issue pushing binary data through
git media smudge
. #112 @rubyist
- Set User-Agent on API requests, and update
version
command. #114 @technoweenie
v0.2.1
- Fix issue with running git-media outside of a Git repository. #111 @shiftkey
- Fix issue pushing binary data through
git media smudge
. #112 @rubyist
Note: This release was purged due to some corrupt archives. Try v0.2.2 instead.
v0.2.1 patch 1
- Fix issue with running git-media outside of a Git repository. #111 @shiftkey