aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih@debian.org>2014-02-12 08:28:12 +0100
committerGravatar Richard Hartmann <richih@debian.org>2014-02-12 08:28:12 +0100
commitbcc1fd2579611f7e413d4b56fe38e3c1c52429ef (patch)
tree5437440977cd2098f6ba1790dfc98423a4b7e990 /doc/devblog
parenta8a603086d995f02ccbf44cae7688e8909ab7e1a (diff)
Grammo
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_108__new_use_for_location_tracking.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_108__new_use_for_location_tracking.mdwn b/doc/devblog/day_108__new_use_for_location_tracking.mdwn
index cf0d3e096..62e40672f 100644
--- a/doc/devblog/day_108__new_use_for_location_tracking.mdwn
+++ b/doc/devblog/day_108__new_use_for_location_tracking.mdwn
@@ -4,7 +4,7 @@ option can now be told to match files that were in a repository at some
point in the past. For example, `git annex get --in=here@{yesterday}` will
get any files that have been dropped over the past day.
-While git-annex's location tracking info is stored in git and so versioned,
+While git-annex's location tracking info is stored in git and thus versioned,
very little of it makes use of past versions of the location tracking info
(only `git annex log`). I'm happy to have finally found a use for it!