summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-12 17:16:42 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-03-12 17:17:07 -0500
commitb7415cf4c6d20cc6d7164caafc201933fe8ffd29 (patch)
treeb0d8a99779d4f31ceee238c32a231ddb77f9ce0e /debian
parentbf4a93ca53cb2bd463ad553d13f4e988e26fe35f (diff)
darcs cleanup
* Changed darcs to specify --author instead of noting the committing user inside the commit log. * Add -a to DARCS_COMMIT_OPTIONS so commits are noninteractive by default, but users who want darcs prompting can disable it. * Use darcs record -m to specify commit message, instead of using a logfile.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2253307..9c0002f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,12 @@ etckeeper (0.44) UNRELEASED; urgency=low
* Add example to README of how to automatically push changes to a backup
repository.
* Add fuse lock file to ignore list.
+ * Changed darcs to specify --author instead of noting the committing
+ user inside the commit log.
+ * Add -a to DARCS_COMMIT_OPTIONS so commits are noninteractive by default,
+ but users who want darcs prompting can disable it.
+ * Use darcs record -m to specify commit message, instead of using a logfile.
+ * Closes: #519228
-- Joey Hess <joeyh@debian.org> Sun, 21 Feb 2010 13:30:33 -0500