summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-25 14:30:36 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-25 14:30:48 -0500
commit76dc563df1afffe55a516714577dafcfb09952bb (patch)
tree8e0ee2e244d49cfeba6d52b86b14a5f4e56261a4 /debian
parent29dea62419d8232f9243a3521aab3fdd603d78a0 (diff)
Prevent git from removing a directory when the last file in it has been removed, but the directory is left existing and empty, by touching a flag file before calling git rm. Closes: 513006
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index af9b501..968e1d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-etckeeper (0.26) UNRELEASED; urgency=low
+etckeeper (0.26) unstable; urgency=low
* Add Japanese debconf translation. Closes: #512869
+ * Prevent git from removing a directory when the last file in it
+ has been removed, but the directory is left existing and empty,
+ by touching a flag file before calling git rm. Closes: 513006
- -- Joey Hess <joeyh@debian.org> Sat, 24 Jan 2009 12:35:29 -0500
+ -- Joey Hess <joeyh@debian.org> Sun, 25 Jan 2009 13:55:56 -0500
etckeeper (0.25) unstable; urgency=low