summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-25 13:59:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-25 13:59:23 -0400
commitc3c08a8dde43060ed1ab0078009835f89726d5bd (patch)
tree85c037cde4a6833d80d2dccaaa3fe81da5b2bc96 /debian
parent05ba1ecbf5064a3e55590ae00a11cd71350a99f3 (diff)
unannex: Refuse to unannex when repo is too new to have a HEAD
In this case there must be staged changes in the index (if there is anything to unannex), and the unannex code path needs to run with a clean index.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c579b73b7..eb6a2940e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ git-annex (5.2015022) UNRELEASED; urgency=medium
* fsck: Multiple incremental fscks of different repos (including remotes)
can now be running at the same time in the same repo without it
getting confused about which files have been checked for which remotes.
+ * unannex: Refuse to unannex when repo is too new to have a HEAD,
+ since in this case there must be staged changes in the index
+ (if there is anything to unannex), and the unannex code path
+ needs to run with a clean index.
-- Joey Hess <id@joeyh.name> Thu, 19 Feb 2015 14:16:03 -0400