Added a comment: O_o

This commit is contained in:
ExGen 2016-04-03 14:42:29 +00:00 committed by admin
parent 34f2c07d01
commit a13110a6af

View file

@ -0,0 +1,43 @@
[[!comment format=mdwn
username="ExGen"
subject="O_o"
date="2016-04-03T14:42:29Z"
content="""
The weired thing is, when I did the exact same thing with just `--debug`, the problem vanished.
$ git annex get . --debug
[2016-04-03 19:10:47.23048] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"ls-files\",\"--cached\",\"-z\",\"--\",\".\"]
[2016-04-03 19:10:47.2604906] chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"cat-file\",\"--batch\"]
get test [2016-04-03 19:10:47.2855186] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"show-ref\",\"git-annex\"]
[2016-04-03 19:10:47.3155514] process done ExitSuccess
[2016-04-03 19:10:47.3155514] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"show-ref\",\"--hash\",\"refs/heads/git-annex\"]
[2016-04-03 19:10:47.3445608] process done ExitSuccess
[2016-04-03 19:10:47.3445608] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"log\",\"refs/heads/git-annex..62505a1f35012e7a51ee4a954bbf446c6eb46cb5\",\"--pretty=%H\",\"-n1\"]
[2016-04-03 19:10:47.3745706] process done ExitSuccess
[2016-04-03 19:10:47.3755828] chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"cat-file\",\"--batch\"]
[2016-04-03 19:10:47.4025895] read: git [\"config\",\"--null\",\"--list\"]
[2016-04-03 19:10:47.4316272] process done ExitSuccess
(from laptop...)
[2016-04-03 19:10:47.4426179] read: rsync [\"--progress\",\"--inplace\",\"/d/annex/.git/annex/objects/7bd/001/SHA256E-s14488367--4391729b982439764813156e1bfc12e9626ae89452ab812f5180c376fbd57fc0/SHA256E-s14488367--4391729b982439764813156e1bfc12e9626ae89452ab812f5180c376fbd57fc0\",\".git/annex/tmp/SHA256E-s14488367--4391729b982439764813156e1bfc12e9626ae89452ab812f5180c376fbd57fc0\"]
SHA256E-s14488367--4391729b982439764813156e1bfc12e9626ae89452ab812f5180c376fbd57fc0
14,488,367 100% 66.92MB/s 0:00:00 (xfr#1, to-chk=0/1)
[2016-04-03 19:10:47.7858615] process done ExitSuccess
(checksum...) [2016-04-03 19:10:47.7898644] read: sha256sum [\".git\\annex\\tmp\\SHA256E-s14488367--4391729b982439764813156e1bfc12e9626ae89452ab812f5180c376fbd57fc0\"]
[2016-04-03 19:10:47.8989417] process done ExitSuccess
[2016-04-03 19:10:48.0060299] call: cp [\"--reflink=auto\",\"-a\",\".git\\annex\\objects\\7bd\\001\\SHA256E-s14488367--4391729b982439764813156e1bfc12e9626ae89452ab812f5180c376fbd57fc0\\SHA256E-s14488367--4391729b982439764813156e1bfc12e9626ae89452ab812f5180c376fbd57fc0\",\".\\test\"]
[2016-04-03 19:10:48.212164] process done ExitSuccess
ok
[2016-04-03 19:10:48.2171667] chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"hash-object\",\"-w\",\"--stdin-paths\",\"--no-filters\"]
[2016-04-03 19:10:48.2251848] feed: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"update-index\",\"-z\",\"--index-info\"]
[2016-04-03 19:10:48.2561948] process done ExitSuccess
[2016-04-03 19:10:48.2561948] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"show-ref\",\"--hash\",\"refs/heads/git-annex\"]
[2016-04-03 19:10:48.2872292] process done ExitSuccess
(recording state in git...)
[2016-04-03 19:10:48.2872292] read: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"write-tree\"]
[2016-04-03 19:10:48.324243] process done ExitSuccess
[2016-04-03 19:10:48.3252437] chat: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"commit-tree\",\"9daaea926f20adea959a1fee0c5bd1dbb0652b38\",\"--no-gpg-sign\",\"-p\",\"refs/heads/git-annex\"]
[2016-04-03 19:10:48.3582671] process done ExitSuccess
[2016-04-03 19:10:48.3582671] call: git [\"--git-dir=.git\",\"--work-tree=.\",\"--literal-pathspecs\",\"update-ref\",\"refs/heads/git-annex\",\"b419a5459c4b67e2f508af3954e0755a5c40cfdd\"]
[2016-04-03 19:10:48.3913029] process done ExitSuccess
"""]]