Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-13 | Make Pacman 5 call pre-transaction hook as early as possible. | Tilman Blumenbach | |
Only the post-transaction hook should be called as _late_ as possible. | |||
2016-03-06 | Make Pacman 5 call etckeeper hooks as late as possible. Thanks, Tilman ↵ | Joey Hess | |
Blumenbach. | |||
2016-03-06 | Make Pacman 5 call etckeeper hooks as late as possible. | Tilman Blumenbach | |
2016-03-06 | Fix typo in my comment. | tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c | |
2016-03-06 | (no commit message) | tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c | |
2016-02-29 | changelog | Joey Hess | |
2016-02-29 | Check several files at a time with git ls-files. | Rike-Benjamin Schuppner | |
2016-02-15 | add news item for etckeeper 1.18.3 | Joey Hess | |
2016-02-15 | releasing package etckeeper version 1.18.3 | Joey Hess | |
2016-02-15 | new bash completion dir | Joey Hess | |
2016-02-15 | Set HOME if it's not set, as is the case when using ubuntu's update-manager. | Joey Hess | |
2016-02-14 | Added a comment: Workaround | https://launchpad.net/~codex24 | |
2016-02-14 | removed | https://launchpad.net/~codex24 | |
2016-02-14 | Added a comment | https://launchpad.net/~codex24 | |
2016-02-14 | fix formatting of example text | https://launchpad.net/~codex24 | |
2016-02-14 | Pointer to etckeeper in Ubuntu LaunchPad | https://launchpad.net/~codex24 | |
2016-02-02 | Added support for Arch's pacman package manager version 5. Thanks, Tilman ↵ | Joey Hess | |
Blumenbach. | |||
2016-02-02 | Pacman 5 hooks: Make hook descriptions shown to the user more meaningful. | Tilman Blumenbach | |
2016-02-02 | Add hooks for Pacman 5. | Tilman Blumenbach | |
2016-01-30 | (no commit message) | tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c | |
2016-01-22 | close this | Joey Hess | |
2016-01-22 | Support ~/.config/git/config when determining the author name and email. ↵ | Joey Hess | |
Thanks, Richard Savio | |||
2016-01-14 | fix makefile version patterns to ignore non-native version numbers | Antoine Beaupré | |
(cherry picked from commit 70289c2491fee8aa5dbae4cc5c7425556d60f319) | |||
2015-12-01 | changelog | Joey Hess | |
2015-12-01 | /dev/null test output | Joey Hess | |
2015-11-30 | bzr: make sure EMAIL is defined | Serge Hallyn | |
Bzr refuses to commit changes before name and email are configured. If etckeeper is run very early during install, it can happen that these are in fac tnot yet set up. This patch ensures that they are configured. It has been in the Ubuntu delta for many years. Reference: https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/661024 Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> | |||
2015-11-22 | Added a comment: Track multiple dirs for all commands | abozhenko@10aed7e09adef30729c54d5f74e1d94bc22dc6e2 | |
2015-09-21 | Added support for pacmatic, contributed by nicolaichuk. | Joey Hess | |
2015-09-21 | Merge branch 'master' of ssh://etckeeper.branchable.com | Joey Hess | |
2015-09-21 | add support pacmatic http://kmkeen.com/pacmatic/ | nicolaichuk | |
2015-09-21 | Patch for support pacmatic | esU1X6n2oVf9rxQ@a2cea4497b7514e12022cab5858776e3bbd03b04 | |
2015-09-11 | (no commit message) | me@9835d0c759a3e4d8388652f5e5a7f0428837307e | |
2015-08-14 | Added a comment: Very good idea | godblessfq@70ee431d0873d190e6376c984749de668791e42c | |
2015-08-04 | add news item for etckeeper 1.18.2 | Joey Hess | |
2015-08-04 | releasing package etckeeper version 1.18.2 | Joey Hess | |
2015-08-04 | Fix typo of GIT_COMMITTER_EMAIL. | Joey Hess | |
2015-08-04 | (no commit message) | aheckler@5216e42ed63dffe4fd3fea9b0dd4f8a157b29051 | |
2015-07-24 | fix broken symlink on README.md (Closes: #791566) | Antoine Beaupré | |
/usr/share/doc/etckeeper/README.md used to point to doc/README.mdwn which was missing from the package. this patch includes the whole doc/ directory instead. | |||
2015-06-28 | Typo | Viktor Szépe | |
Is it really **h**ackup? | |||
2015-06-10 | review | Joey Hess | |
2015-06-10 | merged pkgng plugin | Joey Hess | |
2015-06-10 | Merge branch 'master' of ssh://etckeeper.branchable.com | Joey Hess | |
2015-06-10 | update copyright for pkgng files | Joey Hess | |
2015-06-10 | add a README based on commit msg | Joey Hess | |
2015-06-10 | Initial FreeBSD support with pkgng plugin | William Johansson | |
Add a basic pkgng plugin as a preparation to integrate etckeeper on FreeBSD. Currently not enabled to build automatically. To use on FreeBSD, install etckeeper manually and install the plugin with: $ cd pkgng $ make $ make install and add this line to /usr/local/etc/pkg.conf: PLUGINS [ etckeeper ] | |||
2015-06-10 | (no commit message) | radhus | |
2015-06-10 | (no commit message) | radhus | |
2015-06-01 | Use getent utility instead of perl. (Elan Ruusamäe) | Joey Hess | |
2015-06-01 | Merge branch 'master' of ssh://etckeeper.branchable.com | Joey Hess | |
2015-06-01 | use getent(1) from glibc to retrieve user home | Elan Ruusamäe | |