diff --git a/doc/bugs/Check_for_minimum_Git_version.mdwn b/doc/bugs/Check_for_minimum_Git_version.mdwn new file mode 100644 index 0000000000..3f072fed5f --- /dev/null +++ b/doc/bugs/Check_for_minimum_Git_version.mdwn @@ -0,0 +1,28 @@ +### Please describe the problem. + +git-annex does not check for the minimum version of Git that it requires, and therefore it sometimes uses flags which my installed Git does not recognize. +This happens when converting some indirect repositories to direct ones on an older server. + +### What steps will reproduce the problem? + +git annex direct + + +### What version of git-annex are you using? On what operating system? + +git-annex version: 5.20131130 + +### 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 + +direct iTunes/iTunes Media/iTunes U/Statistics 110_ Probability/Strategic Practice and Homework 9.pdf ok +direct iTunes/iTunes Media/iTunes U/Statistics 110_ Probability/Syllabus.pdf ok +direct error: unknown switch `B' +usage: git checkout [options] + or: git checkout [options] [] -- ... + +# End of transcript or log. +"""]]