summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-05-13 19:20:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-05-13 19:20:54 -0400
commit536036cfa2c1b28932f72408f1244f8e345eba82 (patch)
tree3fa25898d819efe46fbcec1f5b08259237ad1e12 /README
parentd0ea28e9c7731a629e6722e69490da81518f0f0a (diff)
add README
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..ce67d6816
--- /dev/null
+++ b/README
@@ -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/>