Skip to content

Releases: git-lfs/git-lfs

v0.3.5

12 Jan 00:58
Compare
Choose a tag to compare
  • Support disabling HTTPS verification with GIT_SSL_NO_VERIFY ENV or http.sslVerify git config.

v0.3.4

29 Oct 14:25
Compare
Choose a tag to compare
  • 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

06 Oct 22:56
Compare
Choose a tag to compare
  • GIT_MEDIA_PROGRESS variable should be an absolute path rather than a file:// URI #134

v0.3.2

02 Oct 20:30
Compare
Choose a tag to compare
  • Fix a a lock file issue on Windows #131

v0.3.1

01 Oct 20:13
Compare
Choose a tag to compare
  • If the pre-push hook is detected to be out of date, give a notification to run git media update #129

v0.3.0

01 Oct 15:35
Compare
Choose a tag to compare

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

15 Sep 23:02
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
v0.2.1 patch 1 Pre-release
Pre-release
  • Fix issue with running git-media outside of a Git repository. #111 @shiftkey