This commit is contained in:
Richard Hartmann 2014-02-12 08:28:12 +01:00
parent a704fe5bf4
commit 592fea235e

View file

@ -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 point in the past. For example, `git annex get --in=here@{yesterday}` will
get any files that have been dropped over the past day. 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 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! (only `git annex log`). I'm happy to have finally found a use for it!