summaryrefslogtreecommitdiff
path: root/etckeeper.8
AgeCommit message (Collapse)Author
2014-05-27rename file, since it is a markdown fileJoey Hess
Hmm
2012-06-02Preserve unmanaged ignore file entries on uninit (#673996)David De La Harpe Golden (Squared Financial)
Signed-off-by: David De La Harpe Golden (Squared Financial) <dgolden@squaredfinancial.com>
2010-07-16document vcs subcommandJoey Hess
2010-02-18Record real committer username in the darcs log, so that the man page can ↵Joey Hess
say that for every VCS the username is recorded.
2009-07-13Typo. Closes: #536799Joey Hess
2009-07-09Document ETCKEEPER_CONF_DIR in man page.Joey Hess
2009-05-06Make etckeeper uninit -f disable the prompt.Joey Hess
2009-02-24updateJoey Hess
2009-02-24mention darcsJoey 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
2009-02-13ignore file update supportJoey Hess
* etckeeper update-ignore will automatically update the VCS ignore file, only touching the part inside a "managed by etckeeper" comment block. * Run etckeeper update-ignore on upgrade.
2008-12-22Mention README file from man page.Joey Hess
2008-12-22Move etckeeper to sbin, and man page to section 8, since only an admin can ↵Joey Hess
really use etckeeper.