From 4d8afc1713cdd530f2cd2a42746e81da69a28203 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 15 Feb 2012 19:43:15 -0400 Subject: [PATCH] tweak wording --- debian/control | 2 +- doc/summary.mdwn | 2 +- git-annex.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 5d5956de8d..983c3da1ed 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Description: manage files with git, without checking their contents into git 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 diff --git a/doc/summary.mdwn b/doc/summary.mdwn index 458eaab56d..25c95b3b5c 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 diff --git a/git-annex.cabal b/git-annex.cabal index 0c343e42c9..8bfb3ac0c9 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -16,7 +16,7 @@ Description: 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