summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-13Adjust when Pacman 5 calls etckeeper hooks.Joey Hess
2016-03-13Merge branch 'master' of ssh://etckeeper.branchable.comJoey Hess
2016-03-13Make 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-13(no commit message)tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c
2016-03-08Added a commentflorian.kaiser@0f461a60da03d93431a5fdc965f53e6265e3f91e
2016-03-06Make Pacman 5 call etckeeper hooks as late as possible. Thanks, Tilman ↵Joey Hess
Blumenbach.
2016-03-06Make Pacman 5 call etckeeper hooks as late as possible.Tilman Blumenbach
2016-03-06Fix typo in my comment.tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c
2016-03-06(no commit message)tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c
2016-02-29changelogJoey Hess
2016-02-29Check several files at a time with git ls-files.Rike-Benjamin Schuppner
2016-02-15add news item for etckeeper 1.18.3Joey Hess
2016-02-15releasing package etckeeper version 1.18.3Joey Hess
2016-02-15new bash completion dirJoey Hess
2016-02-15Set HOME if it's not set, as is the case when using ubuntu's update-manager.Joey Hess
2016-02-14Added a comment: Workaroundhttps://launchpad.net/~codex24
2016-02-14removedhttps://launchpad.net/~codex24
2016-02-14Added a commenthttps://launchpad.net/~codex24
2016-02-14fix formatting of example texthttps://launchpad.net/~codex24
2016-02-14Pointer to etckeeper in Ubuntu LaunchPadhttps://launchpad.net/~codex24
2016-02-02Added support for Arch's pacman package manager version 5. Thanks, Tilman ↵Joey Hess
Blumenbach.
2016-02-02Pacman 5 hooks: Make hook descriptions shown to the user more meaningful.Tilman Blumenbach
2016-02-02Add hooks for Pacman 5.Tilman Blumenbach
2016-01-30(no commit message)tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c
2016-01-22close thisJoey Hess
2016-01-22Support ~/.config/git/config when determining the author name and email. ↵Joey Hess
Thanks, Richard Savio
2016-01-14fix makefile version patterns to ignore non-native version numbersAntoine Beaupré
(cherry picked from commit 70289c2491fee8aa5dbae4cc5c7425556d60f319)
2015-12-01changelogJoey Hess
2015-12-01/dev/null test outputJoey Hess
2015-11-30bzr: make sure EMAIL is definedSerge 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-22Added a comment: Track multiple dirs for all commandsabozhenko@10aed7e09adef30729c54d5f74e1d94bc22dc6e2
2015-09-21Added support for pacmatic, contributed by nicolaichuk.Joey Hess
2015-09-21Merge branch 'master' of ssh://etckeeper.branchable.comJoey Hess
2015-09-21add support pacmatic http://kmkeen.com/pacmatic/nicolaichuk
2015-09-21Patch for support pacmaticesU1X6n2oVf9rxQ@a2cea4497b7514e12022cab5858776e3bbd03b04
2015-09-11(no commit message)me@9835d0c759a3e4d8388652f5e5a7f0428837307e
2015-08-14Added a comment: Very good ideagodblessfq@70ee431d0873d190e6376c984749de668791e42c
2015-08-04add news item for etckeeper 1.18.2Joey Hess
2015-08-04releasing package etckeeper version 1.18.2Joey Hess
2015-08-04Fix typo of GIT_COMMITTER_EMAIL.Joey Hess
2015-08-04(no commit message)aheckler@5216e42ed63dffe4fd3fea9b0dd4f8a157b29051
2015-07-24fix 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-28TypoViktor Szépe
Is it really **h**ackup?
2015-06-10reviewJoey Hess
2015-06-10merged pkgng pluginJoey Hess
2015-06-10Merge branch 'master' of ssh://etckeeper.branchable.comJoey Hess
2015-06-10update copyright for pkgng filesJoey Hess
2015-06-10add a README based on commit msgJoey Hess
2015-06-10Initial FreeBSD support with pkgng pluginWilliam 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