#606576 git show old-version:path should work with git-annex

Package:
git-annex
Source:
git-annex
Description:
manage files with git, without checking their contents into git
Submitter:
Adam Heath
Date:
2010-12-11 21:21:06 UTC
Severity:
normal
#606576#5
Date:
2010-12-10 06:06:45 UTC
From:
To:
package: git-annex
version: 0.11

git show version:path currently outputs the content of the symlink.
This is sub-optimal.  It would be nice if this would call into
git-annex, and request the proper data from annex's store, optionally
fetching the content from a remote if required.

I know this might not be possible, without some kind of callback hook
that git-show can use.

#606576#10
Date:
2010-12-11 21:20:15 UTC
From:
To:
Adam Heath wrote:

Yeah, there's no hook to do that, but it would be possible to write a
git annex show that did it.