Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-20 | bzr: Improve detection of unclean repos, to work when there are shelved changes. | Joey Hess | |
2012-03-05 | Autocommit git staged files. Closes: #662614 | Joey Hess | |
2009-02-04 | Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032 | Joey Hess | |
2008-07-07 | Ignore warnings from bzr plugins when checking for changes in the tree. | Jelmer Vernooij | |
2008-07-05 | Use git ls-files instead of git-ls-files. | Miklos Vajna | |
git-ls-files won't be in PATH in the next Git version. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-03-11 | did not mean to add this.. | Joey Hess | |
2008-03-11 | * Add support for bzr, thanks to Mark A. Hershberger. Closes: #470515 | Joey Hess | |
(Note that bzr does not support etckeeper's pre-commit hook.) | |||
2008-02-29 | use git ls-files instead of git status | Miklos Vajna | |
git status is a porcelain command and should not be used from scripts just to check if the working directory is clean or not. | |||
2008-01-15 | * Use git status instead of git-status (missed this one before). | Joey Hess | |
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. |