Releases: git-lfs/git-lfs
Releases · git-lfs/git-lfs
v0.2.3
15 Sep 23:02
Compare
Sorry, something went wrong.
No results found
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
09 Sep 17:30
Compare
Sorry, something went wrong.
No results found
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
09 Sep 17:31
Compare
Sorry, something went wrong.
No results found
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
03 Sep 22:53
Compare
Sorry, something went wrong.
No results found
Fix issue with running git-media outside of a Git repository. #111 @shiftkey
v0.2.0
21 Aug 20:44
Compare
Sorry, something went wrong.
No results found
Major Changes
Changed pointer format .
Added git media smudge --info command for viewing metadata about a Git Media file.
Major bug fixes for the Windows build.
Added GIT_MEDIA_PROGRESS env for reporting the upload and download status.
$ GIT_MEDIA_PROGRESS=file:/path/to/log.txt git clone {url}
Minor Changes
Upgrade to Go 1.3
Change to posix compatible flags. Flags with one dash now require two:
# OLD: git media smudge -info
# NEW: git media smudge --info
Fixed a bug with the init command breaking if the .git/hooks directory does not exist.
Removed redundant paths subcommand. Use path instead.
Added a logs show subcommand to view an error log.
# OLD: git media logs {file}
# NEW: git media logs show {file}