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. +"""]] diff --git a/doc/bugs/oldkeys_not_in_Windows_release_10.20230803.mdwn b/doc/bugs/oldkeys_not_in_Windows_release_10.20230803.mdwn new file mode 100644 index 0000000000..984c2b663c --- /dev/null +++ b/doc/bugs/oldkeys_not_in_Windows_release_10.20230803.mdwn @@ -0,0 +1,36 @@ +### Please describe the problem. + +The new oldkeys command is not included in the latest Windows release. + +The problem does not occur on Linux or macOS. + +Also, the man page summary (on https://git-annex.branchable.com/git-annex/) does not include a link to the documentation page (https://git-annex.branchable.com/git-annex-oldkeys/). + +### What steps will reproduce the problem? + +git annex oldkeys + +### What version of git-annex are you using? On what operating system? + +* git-annex version: 10.20230803-gd467c70ef7 +* git version 2.41.0.windows.2 +* OS Name: Microsoft Windows 10 Pro +* OS Version: 10.0.19045 N/A Build 19045 + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + +git-annex: Unknown command 'oldkeys' + +Did you mean one of these? + findkeys + +# End of transcript or log. +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +Yes. I am developing the easy-git-annex API.