summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-12 13:02:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-12 13:02:22 -0400
commit5cd9e10cde3c06ecc6a97f5f60a9def22f959bd2 (patch)
tree92f2d83c0680a50e824eabe5251d507d0ebfafc7 /debian
parent173c6bee82e17da2c921f5dfc42e0fc544f7213e (diff)
note about git annex drop behavior change in bare repo
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6b3dfb38d..5057e9dab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ git-annex (5.20150508.2) UNRELEASED; urgency=medium
* import: Refuse to import files that are within the work tree, as that
does not make sense and could cause data loss.
* drop: Now supports --all, --unused, and --key.
+ * drop: Now defaults to --all when run in a bare repository.
+ (Previously, did nothing when run in a bare repository.)
-- Joey Hess <id@joeyh.name> Mon, 11 May 2015 12:45:06 -0400