close already fixed bug
authorJoey Hess <joeyh@joeyh.name>
Mon, 2 Mar 2020 17:47:47 +0000 (13:47 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 2 Mar 2020 17:47:47 +0000 (13:47 -0400)
and document it in the changelog for the release where it was fixed

CHANGELOG
doc/bugs/git-annex__58___Unexpected_parameters__58___exporttree.mdwn
doc/bugs/git-annex__58___Unexpected_parameters__58___exporttree/comment_1_059d50419385a16fbddc96d85debb439._comment [new file with mode: 0644]

index 41b29b94fcfb093370b9bbc0c3671a1e7768c551..6db433a60eeced671e1177d6be2d6fc2283aa4d5 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -57,6 +57,7 @@ git-annex (7.20200226) upstream; urgency=high
     on those remotes without encrypting it.
     If your remotes are affected, you will want to make sure to delete
     any content that git-annex has stored on them that is not encrypted!
+  * initremote: Fix regression in parsing the exporttree= parameter.
   * info: Fix display of the encryption value.
     (Some debugging junk had crept in.)
   * Bugfix to getting content from an export remote with -J, when the
index 26d8cc4966cadc936b91214af5206f0ffdca4301..6c26d4e737713d6350082f22e37241a7ba60c2db 100644 (file)
@@ -49,3 +49,5 @@ local repository version: 7
 ### 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!
+
+> [[fixed|done]] --[[Joey]]
diff --git a/doc/bugs/git-annex__58___Unexpected_parameters__58___exporttree/comment_1_059d50419385a16fbddc96d85debb439._comment b/doc/bugs/git-annex__58___Unexpected_parameters__58___exporttree/comment_1_059d50419385a16fbddc96d85debb439._comment
new file mode 100644 (file)
index 0000000..1c14639
--- /dev/null
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2020-03-02T17:20:36Z"
+ content="""
+This was already fixed in git-annex 7.20200226, it turns out.
+Some changes required to deal with a related reversion fixed it in passing.
+
+(Note that exporttree=no is the default, so there should
+be no need to specify it.)
+"""]]