File: comment_19_490c15d7673c535e83c7f1df3082e7ed._comment

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (10 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
[[!comment format=mdwn
 username="joey"
 subject="""comment 19"""
 date="2018-12-03T17:34:10Z"
 content="""
git-annex looks at the file's stat() and only if the device id is the same
as the stat of the destination directory does it use `cp`. If you see it
running `rsync` instead, it's under the perhaps mistaken impression that
it's a cross-device copy.
"""]]