git-lfs lacks partial checkout support
git-lfs's smudge filter downloads contents of files from the server when not available locally. So, checking out a branch will always populate all files.
This commit is contained in:
parent
2466115c09
commit
59c2001d2f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
* Similarly, git-annex is not [git-lfs](https://github.com/github/git-lfs),
|
||||
which also uses git smudge filters, and appears to lack git-annex's
|
||||
widely distributed storage.
|
||||
widely distributed storage and partial checkouts.
|
||||
|
||||
* git-annex is also not [boar](http://code.google.com/p/boar/),
|
||||
although it shares many of its goals and characteristics. Boar implements
|
||||
|
|
Loading…
Add table
Reference in a new issue