diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-16 16:20:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-16 16:20:49 -0400 |
commit | 909f619c07699fe6c76d40bb4649e07737a0b9ae (patch) | |
tree | 3d284a54f5bf70e2ac11d249bfa721963affb5be /doc | |
parent | 6d13ae10cf1d295b64855984f5a526f8209f3341 (diff) |
tweaks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index ad45c0842..e552dc770 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -16,12 +16,12 @@ use. Some are used to archive data, others hold backups, and yet others come with me when I'm away from home to carry data that doesn't fit on my netbook. Maintaining all that was a nightmare, lots of ad-hoc moving files around, rsyncing files (unison is too slow), and deleting multiple copies -of files from multiple places. I realized what what I needed was revision -control where each drive was a repository, and where copying the files -around, and deciding which copies were safe to delete was automated. +of files from multiple places. I realized what what I needed was a form of +revision control where each drive was a repository, and where copying the +files around, and deciding which copies were safe to delete was automated. I posted about this to the VCS-home mailing list and got a great suggestion -to make it support arbitrary key-value stores. A week of coding later, -and git-annex is born. +to make it support arbitrary key-value stores, for more generality and +flexability. A week of coding later, and git-annex is born. Enough broad picture, here's how it actually looks: |