summaryrefslogtreecommitdiff
path: root/commit.d
AgeCommit message (Collapse)Author
2009-01-28Use SUDO_USER as the committer if set. Closes: #498739 (Thierry Carrez)Joey Hess
2009-01-25Prevent git from removing a directory when the last file in it has been ↵Joey Hess
removed, but the directory is left existing and empty, by touching a flag file before calling git rm. Closes: 513006
2008-05-30Make 'bzr add' quiet so new files aren't printed to stdout twice.Jelmer Vernooij
2008-04-05Remove pointless bzr-rm script.Jelmer Vernooij
2008-04-05Merge commit 'jelmer/master'Joey Hess
Conflicts: debian/changelog
2008-04-05Add commit hook script for bzr to add new filesJoey Hess
2008-04-05Remove now obsolete precommit script for bzr.Jelmer Vernooij
2008-04-05Add commit hook script for bzr to add new filesdAniel hAhler
Committing fails with "bzr", if there are only new files and new files probably never get added. This script adds the files during the "commit" process.
2008-04-05remove unused TAB settingsJoey Hess
2008-03-11* Add support for bzr, thanks to Mark A. Hershberger. Closes: #470515Joey Hess
(Note that bzr does not support etckeeper's pre-commit hook.)
2008-01-15 * Convert the directory parameter of etckeeper into "-d directory".Joey Hess
* Pass other patameters on from etckeeper to the .d scripts. * Stop using run-parts for various reasons. * Split out a commit.d that contains committing code that's used by both the pre-install.d and post-install.d scripts. * Split out an unclean.d that tests if the WC contains uncommitted changes. * Add preinst code to remove old post-install.d scripts.