Added a comment

This commit is contained in:
kyle 2020-08-10 18:56:03 +00:00 committed by admin
parent dd670639ac
commit 8beb30e84b

View file

@ -0,0 +1,34 @@
[[!comment format=mdwn
username="kyle"
avatar="http://cdn.libravatar.org/avatar/7d6e85cde1422ad60607c87fa87c63f3"
subject="comment 10"
date="2020-08-10T18:56:02Z"
content="""
Hmm. Well, I doubt it provides any useful information, but just in case, here's the output produced by the `git annex get --debug f0` call:
```
[2020-08-10 14:49:51.227779797] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"symbolic-ref\",\"-q\",\"HEAD\"]
[2020-08-10 14:49:51.229945707] process done ExitSuccess
[2020-08-10 14:49:51.230127447] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"show-ref\",\"refs/heads/master\"]
[2020-08-10 14:49:51.232132388] process done ExitSuccess
[2020-08-10 14:49:51.232349474] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"ls-files\",\"-z\",\"--cached\",\"--\",\"f0\"]
get f0 [2020-08-10 14:49:51.234243652] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"show-ref\",\"git-annex\"]
[2020-08-10 14:49:51.236402808] process done ExitSuccess
[2020-08-10 14:49:51.236609182] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"show-ref\",\"--hash\",\"refs/heads/git-annex\"]
[2020-08-10 14:49:51.238119863] process done ExitSuccess
[2020-08-10 14:49:51.238409384] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"log\",\"refs/heads/git-annex..d8b33719c8ce515e7b5b99f8d0c51ab7d2de46e1\",\"--pretty=%H\",\"-n1\"]
[2020-08-10 14:49:51.240088806] process done ExitSuccess
[2020-08-10 14:49:51.240391883] chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"cat-file\",\"--batch\"]
[2020-08-10 14:49:51.240716412] chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"cat-file\",\"--batch-check=%(objectname) %(objecttype) %(objectsize)\"]
[2020-08-10 14:49:51.247306917] read: git [\"config\",\"--null\",\"--list\"]
[2020-08-10 14:49:51.24859076] process done ExitSuccess
(from r...)
[2020-08-10 14:49:51.250558418] read: rsync [\"-e\",\"'ssh' '-S' '.git/annex/ssh/localhost' '-o' 'ControlMaster=auto' '-o' 'ControlPersist=yes' '-T'\",\"--progress\",\"--inplace\",\"localhost:/tmp/ga-urvfy8Q/store/0c5/66e/'SHA256E-s2--9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa/SHA256E-s2--9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa'\",\".git/annex/tmp/SHA256E-s2--9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa\"]
SHA256E-s2--9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa
0 0% 0.00kB/s 0:00:00
2 100% 1.95kB/s 0:00:00 (xfr#1, to-chk=0/1)
[2020-08-10 14:49:51.557365853] process done ExitSuccess
git-annex: AsyncCancelled
```
"""]]