summaryrefslogtreecommitdiff
path: root/doc/summary.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-06 12:22:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-06 12:22:56 -0400
commit9c98901f1622e9d70b5279d7e886d53d59b6220b (patch)
treedb0743d340387b58356107bcf379ef1fd93ea147 /doc/summary.mdwn
parentef92bd2b0bc2a85f42594e92d295230421186b72 (diff)
split out summary and inline raw
Diffstat (limited to 'doc/summary.mdwn')
-rw-r--r--doc/summary.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/summary.mdwn b/doc/summary.mdwn
new file mode 100644
index 000000000..458eaab56
--- /dev/null
+++ b/doc/summary.mdwn
@@ -0,0 +1,12 @@
+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.
+
+Even without file content tracking, being able to manage files with git,
+move files around and delete files with versioned directory trees, and use
+branches and distributed clones, are all very handy reasons to use git. And
+annexed files can co-exist in the same git repository with regularly
+versioned files, which is convenient for maintaining documents, Makefiles,
+etc that are associated with annexed files but that benefit from full
+revision control.