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.
This commit is contained in:
parent
1f8a1058c9
commit
a3a9f87047
7 changed files with 111 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
|||
git-annex (3.20120106) UNRELEASED; urgency=low
|
||||
|
||||
* Support unescaped repository urls, like git does.
|
||||
* log: New command that displays the location log for file,
|
||||
showing each repository they were added to and removed from.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 05 Jan 2012 14:29:30 -0400
|
||||
|
||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -2,7 +2,7 @@ Format: http://dep.debian.net/deps/dep5/
|
|||
Source: native package
|
||||
|
||||
Files: *
|
||||
Copyright: © 2010-2011 Joey Hess <joey@kitenet.net>
|
||||
Copyright: © 2010-2012 Joey Hess <joey@kitenet.net>
|
||||
License: GPL-3+
|
||||
The full text of version 3 of the GPL is distributed as doc/GPL in
|
||||
this package's source, or in /usr/share/common-licenses/GPL-3 on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue