diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-23 12:44:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-23 12:44:54 -0400 |
commit | f038c6c472755ff80dc98dcc8c3dc713124f34a7 (patch) | |
tree | 5d7a1da1e9fde96ffa8fe86ee97a6a895f8d3283 /doc/not.mdwn | |
parent | 05b9e32d1b7eed48bffda071a1f52ff7fbbf9609 (diff) |
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.
Diffstat (limited to 'doc/not.mdwn')
-rw-r--r-- | doc/not.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/not.mdwn b/doc/not.mdwn index 6ef601ec9..c1422e312 100644 --- a/doc/not.mdwn +++ b/doc/not.mdwn @@ -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 |