Age | Commit message (Collapse) | Author |
|
|
|
Patch from Tobias Hunger who is trying to use etckeeper
with non-root users, outside of /etc.
|
|
|
|
Closes: #509888
|
|
|
|
|
|
Also, remove vcs test, as it's in a code block that already tests that.
|
|
they're not.
Therefore we'll revert to the previous empty directory finding code.
The previous code would let "mkdir -p './.git'" into .etckeeper (no big deal but still wrong).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Note that bzr does not support etckeeper's pre-commit hook.)
|
|
git needs to git add the files to stage them as part of the current commit, but
hg does not, and hg add doesn't do that. Create the files as part of init,
this will cause them to be added, pre-commit, which hg needs.
|
|
Significantly refactored
|
|
|
|
|