diff options
-rw-r--r-- | doc/not.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/not.mdwn b/doc/not.mdwn index baf43c2b8..754da223d 100644 --- a/doc/not.mdwn +++ b/doc/not.mdwn @@ -37,9 +37,13 @@ partial checkouts of file contents, like git-annex does. * git-annex is similarly not [git-fat](https://github.com/jedbrown/git-fat), - which also uses git smudge filters, and also lacks git-annex' widely + which also uses git smudge filters, and also lacks git-annex's widely distributed storage and partial checkouts. +* 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. + * git-annex is also not [boar](http://code.google.com/p/boar/), although it shares many of its goals and characteristics. Boar implements its own version control system, rather than simply embracing and |