git-annex/Logs
Joey Hess a3a9f87047 log: New command that displays the location log for file, showing each repository they were added to and removed from.
This needs to run git log on the location log files to get at all past
versions of the file, which tends to be a bit slow.

It would be possible to make a version optimised for showing the location
logs for every key. That would only need to run git log once, so would be
faster, but it would need to process an enormous amount of data, so
would not speed up the individual file case.

In the future it would be nice to support log --format. log --json also
doesn't work right yet.
2012-01-06 15:40:07 -04:00
..
Location.hs more partial function removal 2011-12-15 18:19:36 -04:00
Presence.hs log: New command that displays the location log for file, showing each repository they were added to and removed from. 2012-01-06 15:40:07 -04:00
Remote.hs more partial function removal 2011-12-15 18:19:36 -04:00
Trust.hs more partial function removal 2011-12-15 18:19:36 -04:00
UUID.hs more partial function removal 2011-12-15 18:19:36 -04:00
UUIDBased.hs remove some partial functions 2011-12-15 16:59:48 -04:00
Web.hs cleanup 2011-11-09 01:33:20 -04:00