Age | Commit message (Collapse) | Author |
|
|
|
git-ls-files won't be in PATH in the next Git version.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
|
|
|
|
(Note that bzr does not support etckeeper's pre-commit hook.)
|
|
git status is a porcelain command and should not be used from scripts just to
check if the working directory is clean or not.
|
|
|
|
* 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.
|