summaryrefslogtreecommitdiff
path: root/uninit.d
AgeCommit message (Collapse)Author
2009-09-07Change etckeeper uninit to not remove .gitignore (etc) file if it lacks the ↵Joey Hess
"managed by etckeeper" comment. Closes: #545137
2009-05-06Make etckeeper uninit -f disable the prompt.Joey Hess
2009-03-02Fix uninit prompt to accept 'y' as well as 'yes'. Closes: #517911Joey Hess
2009-02-25mixed case matchingJoey Hess
2009-02-24wordingJoey Hess
2009-02-24uninit and auto-initJoey Hess
* Add uninit subcommand, which cleans up all etckeeper and VCS droppings in /etc. This is useful if you want to switch to a different VCS and don't have any history to preserve. (Preserving history and converting is of course possible, but significantly harder.) * Run etckeeper init on initial install. Closes: #505772 (The idea being that if someone doesn't want to use git, they can immediatly uninit to easily reverse this.) * Document how to change the VCS used by etckeeper, without preserving any history. Preserving history left as an exersise for the reader. Closes: #515237