Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-14 | Render option to git commit configurable | RĂ©mi Vanicat | |
When etckeeper commit something it use a default message that can be configured, but not easily edited on a case by case basis. To make this possible, and to give other way to customize commit, I add a configuration file that contain for now only one option: GIT_COMMIT_OPTION that can contain option given to git commit when run by etckeeper | |||
2007-11-14 | forgot to check this in | Joey Hess | |
2007-11-13 | releasing version 0.2 | Joey Hess | |
2007-11-13 | * Add tests for /etc/.git not yet existing and avoid doing bad things. | Joey Hess | |
Closes: #451185 * If /etc/.git doesn't exist, display a suggestion to run etckeeper-init. | |||
2007-11-11 | * Add .pwd.lock to default ignores, this file is created by programs | Joey Hess | |
that call getspent(). | |||
2007-11-11 | releasing version 0.1 | Joey Hess | |
2007-11-10 | add depends on debconf | Joey Hess | |
2007-11-10 | use debconf for prompting pre-apt | Joey Hess | |
2007-11-10 | add ld.so.cache to default ignores | Joey Hess | |
2007-11-08 | ideas from madduck | Joey Hess | |
2007-11-06 | add an example of untracking a file | Joey Hess | |
2007-11-06 | links | Joey Hess | |
2007-11-06 | another idea | Joey Hess | |
2007-11-06 | idea posted to my blog of keeping an origin branch | Joey Hess | |
2007-11-06 | use run-parts --exit-on-error so it really stops at the first error | Joey Hess | |
2007-11-06 | supposed to have GPL2 in here | Joey Hess | |
2007-11-06 | TODO | Joey Hess | |
2007-11-06 | wording | Joey Hess | |
2007-11-06 | add a note about need to reinit when checking out a different branch | Joey Hess | |
2007-11-06 | go ahead and restore mtimes too | Joey Hess | |
2007-11-06 | improve wording | Joey Hess | |
2007-11-06 | improve usage message | Joey Hess | |
2007-11-06 | reorg tutorial | Joey Hess | |
2007-11-06 | rationallised directory handling | Joey Hess | |
Default to cding to /etc, but allow the user to specify another directory to operate on. | |||
2007-11-05 | stop symlink farming | Joey Hess | |
2007-11-05 | renumber | Joey Hess | |
2007-11-05 | updates | Joey Hess | |
2007-11-05 | updates | Joey Hess | |
2007-11-05 | remove debugging | Joey Hess | |
2007-11-05 | store empty directories and restore in etckeeper init | Joey Hess | |
While working on this, I had to consider security policies -- is it ok if etckeeper init can run code from the /etc repository? I've decided this should be ok, and documented that it should only be run on trusted repos. Note that metastore could also be exploited by untrusted repos, and of course, note that you're checking out your *** /etc *** so it damn well better be trusted! With that determined, I decided to use a simple shell script to hold the empty directory info and allow them to be easily created. Expanding this for other files git can't represent is a possibility.. | |||
2007-11-05 | another config example | Joey Hess | |
2007-11-05 | formatting | Joey Hess | |
2007-11-05 | example of setting up git-gc | Joey Hess | |
2007-11-05 | sanity | Joey Hess | |
2007-11-05 | doc updates | Joey Hess | |
2007-11-05 | typo | Joey Hess | |
2007-11-05 | whitespace | Joey Hess | |
2007-11-05 | update | Joey Hess | |
2007-11-05 | update | Joey Hess | |
2007-11-05 | drop support for etckeeper- | Joey Hess | |
2007-11-05 | fix .metadata file perms after initial creation too | Joey Hess | |
2007-11-05 | update | Joey Hess | |
2007-11-05 | back | Joey Hess | |
2007-11-05 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/kitenet.net/etckeeper | Joey Hess | |
2007-11-05 | temp mv | Joey Hess | |
2007-11-05 | add script to handle git-rm of files | Joey Hess | |
2007-11-05 | add | Joey Hess | |
2007-11-05 | polish | Joey Hess | |
2007-11-05 | finishing touches etc | Joey Hess | |
2007-11-05 | metastore fun | Joey Hess | |
work around various bugs and issues to avoid each commit making a change that would be seen by the next commit.. |