From 826918fb0558a8a965d43bfa264650db80a62653 Mon Sep 17 00:00:00 2001 From: jstritch Date: Sat, 9 Sep 2023 14:49:35 +0000 Subject: [PATCH] Added a comment: git annex pull is also broken --- ..._a7866c2131df8132e9aecebda085294c._comment | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/bugs/git_annex_push_fails_on_Windows/comment_1_a7866c2131df8132e9aecebda085294c._comment diff --git a/doc/bugs/git_annex_push_fails_on_Windows/comment_1_a7866c2131df8132e9aecebda085294c._comment b/doc/bugs/git_annex_push_fails_on_Windows/comment_1_a7866c2131df8132e9aecebda085294c._comment new file mode 100644 index 0000000000..bf46c03f93 --- /dev/null +++ b/doc/bugs/git_annex_push_fails_on_Windows/comment_1_a7866c2131df8132e9aecebda085294c._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="jstritch" + avatar="http://cdn.libravatar.org/avatar/56756b34ff409071074762951d270002" + subject="git annex pull is also broken" + date="2023-09-09T14:49:35Z" + content=""" +If I put the same file in the remote under the name pull-test.xtx and invoke the command git annex pull push-win-remote, git annex outputs: + +list push-win-remote ok + +import push-win-remote pull-test.xtx + +ok + +update refs/remotes/push-win-remote/adjusted/main(unlocked) ok + +(recording state in git...) + +But the file is not present in the repository. +"""]]