File: comment_2_423ffd4abca9dbb8dba8ce887dee5faf._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (17 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[!comment format=mdwn
 username="joey"
 subject="""comment 2"""
 date="2020-04-27T16:21:30Z"
 content="""
If you pass git-annex the name of a file to operate on, and it does not
display the name of that file, the file is probably not an annexed file.

The other possibility would be that the file's content has *already* been
dropped. If git-annex sees there is nothing it needs to do to drop an
annexed file, it does not display anything either.

I suggest you run `git annex whereis` with the file. If it does not display
anything, it is not an annexed file. If it does display something, it will
probably tell you where the content of the file is, since it's not in the
local repository.
"""]]