File: comment_1_eaa9fef19a035bef9c439e87d47c834b._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-- 700 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[!comment format=mdwn
 username="https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89"
 nickname="John"
 subject="comment 1"
 date="2013-07-03T22:16:32Z"
 content="""
Excellent stuff!  Another thing I'd like to see is that I find myself doing the following all the time:

    git annex copy --to titan --not --in titan

Meaning: copy everything to titan that it doesn't already have.  This operation is very quick.  But I write just:

    git annex copy --to titan

This operation is extremely slow, since it appears to scan through every file in the repository.  Is there a way to have the latter imply the former?  I wouldn't ever want to copy a file that it already has anyway...

"""]]