diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-15 19:43:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-15 19:43:15 -0400 |
commit | 4d8afc1713cdd530f2cd2a42746e81da69a28203 (patch) | |
tree | 0b0381bd60480384d1c0086b0b9bca7e67a7dbf2 /doc/summary.mdwn | |
parent | 63152428e9cdb7ed7d4e0ae209d539fe2afd23f0 (diff) |
tweak wording
Diffstat (limited to 'doc/summary.mdwn')
-rw-r--r-- | doc/summary.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/summary.mdwn b/doc/summary.mdwn index 458eaab56..25c95b3b5 100644 --- a/doc/summary.mdwn +++ b/doc/summary.mdwn @@ -1,7 +1,7 @@ git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due -to limitations in memory, checksumming time, or disk space. +to limitations in memory, time, or disk space. Even without file content tracking, being able to manage files with git, move files around and delete files with versioned directory trees, and use |