aboutsummaryrefslogtreecommitdiff
path: root/doc/not.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-19 12:07:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-19 12:07:46 -0400
commit660a382b390d095df9ebf00bff591fa19f655db8 (patch)
tree93150d6fbba89edab57f824ee52faa93adf7966b /doc/not.mdwn
parentd909466b8ab867ed4cf688c7a0deb4c4e898c08c (diff)
update
Diffstat (limited to 'doc/not.mdwn')
-rw-r--r--doc/not.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/not.mdwn b/doc/not.mdwn
index c1422e312..d3bbd767a 100644
--- a/doc/not.mdwn
+++ b/doc/not.mdwn
@@ -39,9 +39,9 @@
* git-annex is not [git-media](https://github.com/schacon/git-media),
although they both approach the same problem from a similar direction.
I only learned of git-media after writing git-annex, but I probably
- would have still written git-annex instead of using it. Currently,
- git-media has the advantage of using git smudge filters rather than
- git-annex's pile of symlinks, and it may be a tighter fit for certain
+ would have still written git-annex instead of using it.
+ git-media uses git smudge filters (recently supported in git-annex as
+ well; see [[tips/unlocked_files]]) and may be a tighter fit for certain
situations. It lacks git-annex's support for widely distributed storage,
using only a single backend data store. It also does not support
partial checkouts of file contents, like git-annex does.