Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-15 | Remove '-p' option of 'type' builtin command in shell scripts. | Led | |
That option may be unsupported in some POSIX-complete shells. | |||
2014-07-14 | make \ not act as an escape character while parsing ignore file | Pim van den Berg | |
Use "read -r" to parse the ignore file. | |||
2013-06-17 | fix syntax error lintian found | Joey Hess | |
2013-05-15 | Deal with unix^wlinux portability nonsense. | Joey Hess | |
2013-05-08 | Fix type -p bashism that crept in via recent patches. Closes: #707319 | Joey Hess | |
2013-05-06 | Call type -p in a more compatable way. | Joey Hess | |
2012-06-02 | fix indentation and remove a few probably too verbose messages | Joey Hess | |
2012-06-02 | Preserve 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> | |||
2009-09-07 | Change etckeeper uninit to not remove .gitignore (etc) file if it lacks the ↵ | Joey Hess | |
"managed by etckeeper" comment. Closes: #545137 | |||
2009-05-06 | Make etckeeper uninit -f disable the prompt. | Joey Hess | |
2009-03-02 | Fix uninit prompt to accept 'y' as well as 'yes'. Closes: #517911 | Joey Hess | |
2009-02-25 | mixed case matching | Joey Hess | |
2009-02-24 | wording | Joey Hess | |
2009-02-24 | uninit and auto-init | Joey 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 |