diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-09 14:33:35 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-09 14:33:35 -0400 |
commit | d912637838bda0aebce3fa693454e6e55628bbe9 (patch) | |
tree | 5c7faab45d828b65f4e84a07c3cfcfbb6147b123 | |
parent | 4be5cbd43e41b0618b21157a9ddc67bfe04ac561 (diff) |
unused: Fix reversion in 5.20150727 that broke parsing of the --unused-refspec option. Thanks, Øyvind A. Holm.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/todo/patch:_Command__47__Unused.hs:_Change_--unused-refspec_back_to_--used-refspec.mdwn | 2 |
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]] |