diff --git a/doc/bugs/cannot_commit___34__annex_add__34__ed_modified_file_which_switched_its_largefile_status_to_be_committed_to_git_now/comment_1_ad19d064dd9c175debe647a6928e4f35._comment b/doc/bugs/cannot_commit___34__annex_add__34__ed_modified_file_which_switched_its_largefile_status_to_be_committed_to_git_now/comment_1_ad19d064dd9c175debe647a6928e4f35._comment new file mode 100644 index 0000000000..b627c5d2ed --- /dev/null +++ b/doc/bugs/cannot_commit___34__annex_add__34__ed_modified_file_which_switched_its_largefile_status_to_be_committed_to_git_now/comment_1_ad19d064dd9c175debe647a6928e4f35._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2018-08-09T15:57:57Z" + content=""" +The partial commit blocking is explained in +[[!commit adc5ca70a8095a389273e7c286cb32de6873a5a3]] + +That is working around a behavior of git, so it cannot be improved in +git-annex. If it didn't block partial commits, the repository would be left +in a broken state. The error message explains what you need to do. + +(The best fix for this issue is making v6 mode work well enough to ditch v5 +mode. This is indeed one of the motivations for v6 mode in the first place.) + +So I don't see a bug here except possibly with the part where git commit -a +commits to annex not git. +"""]]