From 592fea235eea79fca9a9a97d62f74cb97e9ef2b1 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Wed, 12 Feb 2014 08:28:12 +0100 Subject: [PATCH] Grammo --- doc/devblog/day_108__new_use_for_location_tracking.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cf0d3e0964..62e40672f7 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!