summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--doc/todo/patch:_Command__47__Unused.hs:_Change_--unused-refspec_back_to_--used-refspec.mdwn2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a06f6fcdd..e1c85a0a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ git-annex (5.20150825) UNRELEASED; urgency=medium
* Fix Windows build to work with ghc 7.10.
* init: Fix reversion in detection of repo made with git clone --shared
* info: Support querying info of individual files in direct mode.
+ * unused: Fix reversion in 5.20150727 that broke parsing of the
+ --unused-refspec option. Thanks, Øyvind A. Holm.
-- Joey Hess <id@joeyh.name> Tue, 01 Sep 2015 14:46:18 -0700
diff --git a/doc/todo/patch:_Command__47__Unused.hs:_Change_--unused-refspec_back_to_--used-refspec.mdwn b/doc/todo/patch:_Command__47__Unused.hs:_Change_--unused-refspec_back_to_--used-refspec.mdwn
index 2d8ba6a07..87a0428f0 100644
--- a/doc/todo/patch:_Command__47__Unused.hs:_Change_--unused-refspec_back_to_--used-refspec.mdwn
+++ b/doc/todo/patch:_Command__47__Unused.hs:_Change_--unused-refspec_back_to_--used-refspec.mdwn
@@ -31,3 +31,5 @@ index a383d56..4756cda 100644
--
2.6.0.rc0.24.gec371ff
"""]]
+
+> applied, thanks! [[done]] --[[Joey]]