Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Releases: sinbad/lfs-folderstore

Minor Release

24 Feb 11:02
Compare
Choose a tag to compare

This is a minor release to address a checkout failure (#9) caused by what seems like a git-lfs bug - requesting the same file more than once during a single checkout action. Previously we required that temp files created did not exist (used to be a safe assumption and would catch things that seemed amiss), but now we'll tolerate it so that file is just processed twice as requested by git-lfs, even if that seems wrong.

Stable release

30 Aug 15:21
Compare
Choose a tag to compare

This release includes only one actual bugfix:

  • #1 Fix error downloading when OS temp dir is on a different drive to repository

I've been using this adapter for production work for over a year now so I'm happy to call it stable at this point.

Small tweaks

21 Nov 17:04
Compare
Choose a tag to compare
Small tweaks Pre-release
Pre-release

Nothing really major here, just a small bugfix for an annoying thing I spotted:

  • Fixed creating folders unnecessarily on download when folder config is incorrect

First public release

20 Nov 16:38
Compare
Choose a tag to compare
First public release Pre-release
Pre-release

This is the first public release of this adapter. Please let me know if it's useful, and file issues or PRs if you find anything wrong.

I've tested this on Windows and Mac with a few small repositories so far. I haven't tested on Linux but it should work (the tests are being run on Linux via Travis).

It should be considered beta for now; I'm using it for my new project though.