File: comment_1_24bef8f59f370897d6fd6b2b43ed1f39._comment

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (13 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2015-11-10T19:12:57Z"
 content="""
`git-annex metadata` only works on annexed files. Your `testfile` is
checked into git directly, so these git-annex commands silently skip
it, the same as `git annex whereis` will.

There's some chance this could change.. It would be kind of nice,
for git-annex's metadata to be able to be applied to regular files
in the git repository.
"""]]