summaryrefslogtreecommitdiff
path: root/unclean.d
AgeCommit message (Collapse)Author
2012-04-20bzr: Improve detection of unclean repos, to work when there are shelved changes.Joey Hess
2012-03-05Autocommit git staged files. Closes: #662614Joey Hess
2009-02-04Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032Joey Hess
2008-07-07Ignore warnings from bzr plugins when checking for changes in the tree.Jelmer Vernooij
2008-07-05Use 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-11did not mean to add this..Joey 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-02-29use git ls-files instead of git statusMiklos 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.