diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-13 19:20:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-13 19:20:54 -0400 |
commit | 536036cfa2c1b28932f72408f1244f8e345eba82 (patch) | |
tree | 3fa25898d819efe46fbcec1f5b08259237ad1e12 | |
parent | d0ea28e9c7731a629e6722e69490da81518f0f0a (diff) |
add README
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +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. + +For documentation, see doc/ or <http://git-annex.branchable.com/> |