Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-25 | Ensure that PATH contains the directory containing etckeeper, so that hook ↵ | Joey Hess | |
scripts that re-exec etckeeper are guaranteed to find it. | |||
2010-07-16 | releasing version 0.48 | Joey Hess | |
2010-06-02 | Fix backwards test for HGUSER. (Mike Rich) | Joey Hess | |
2010-05-30 | releasing version 0.47 | Joey Hess | |
2010-05-28 | Both git and bzr default to showing the author of a commit, and not the ↵ | Joey Hess | |
committer. So, set the author to the user running sudo for both. The committer will then be root. | |||
2010-05-28 | wording | Joey Hess | |
2010-05-28 | hg: Set HGUSER (if not already set) to avoid warning message when ↵ | Joey Hess | |
committing. Closes: #533298 | |||
2010-05-28 | Set HOME=~root so that VCS like bzr that write to the home directory when ↵ | Joey Hess | |
run by etckeeper do not drop root-owned files in user home directory when sudo etckeeper is run. Closes: #583581 | |||
2010-05-16 | releasing version 0.46 | Joey Hess | |
2010-05-16 | Fix bug where after a large upgrade, etckeeper's automatic commit message ↵ | Joey Hess | |
was so long it exceeded system limits. Closes: #581678 | |||
2010-05-16 | Support etckeeper commit --stdin | Joey Hess | |
2010-04-15 | Fix logic error in darcs user code. Closes: #577918 | Joey Hess | |
2010-04-15 | Revert darcs to using --logfile again, necessary for multiline commit ↵ | Joey Hess | |
messages. Closes: #577915 | |||
2010-04-14 | releasing version 0.44 | Joey Hess | |
2010-04-14 | more find portability fix | Joey Hess | |
2010-04-14 | meh | Joey Hess | |
2010-04-14 | redundant bug closure | Joey Hess | |
2010-04-08 | Avoid using hostname -f, since on Solaris that sets the hostname to -f. Yay, ↵ | Joey Hess | |
Unix portability! (Instead, use dnsdomainname if available, and otherwise, fall back to the unqualified hostname.) | |||
2010-04-08 | Update depends for git-core to git transition. | Joey Hess | |
2010-03-12 | darcs cleanup | Joey Hess | |
* Changed darcs to specify --author instead of noting the committing user inside the commit log. * Add -a to DARCS_COMMIT_OPTIONS so commits are noninteractive by default, but users who want darcs prompting can disable it. * Use darcs record -m to specify commit message, instead of using a logfile. | |||
2010-03-04 | Add fuse lock file to ignore list | Cédric Duval | |
# HG changeset patch # User Cédric Duval <cedricduval@free.fr> # Date 1267700184 -3600 # Node ID 89b13fb4dcf4dcd2db7f485f72186c2dc8f52d10 # Parent f14e9f4e28a9e2a511eb7bdf0252cf03607fd0d2 Add fuse lock file to ignore list. | |||
2010-02-21 | Add example to README of how to automatically push changes to a backup ↵ | Joey Hess | |
repository. | |||
2010-02-18 | releasing version 0.43 | Joey Hess | |
2010-02-18 | Record real committer username in the darcs log, so that the man page can ↵ | Joey Hess | |
say that for every VCS the username is recorded. | |||
2010-02-18 | Add apparmor.d/cache/ to default ignores. | Joey Hess | |
2010-02-18 | Check owner of tty to determine who has su'd to root when committing, based ↵ | Joey Hess | |
on a patch by Jakov Sosic. | |||
2010-02-01 | Add /etc/webmin/webmin/oscache to ignore list. Closes: #567255 | Joey Hess | |
2010-01-31 | Prevent cron job autocommit from happening if pre-install file is present, ↵ | Joey Hess | |
to avoid committing state in the middle of an apt run. Closes: #567538 | |||
2010-01-31 | Fix cleanup of /var/cache/etckeeper/packagelist.pre-install after an upgrade ↵ | Joey Hess | |
where no conffiles are changed. | |||
2010-01-26 | releasing version 0.42 | Joey Hess | |
2010-01-26 | Add runit and daemontools supervise files to ignore list. Closes: #529253 | Joey Hess | |
Note that since the files are named pipes, etckeeper will still complain about them due to #549354. This change is made in hope that bug will one day get fixed. | |||
2010-01-26 | Fix handling of "#*#" ignores for git and hg. | Joey Hess | |
2010-01-26 | Add X11/xdm/authdir/authfiles/* to ignore list. Closes: #491401 | Joey Hess | |
2010-01-26 | Add ntp.conf.dhcp to ignore list. (See #491401) | Joey Hess | |
2010-01-26 | Add *.elc to ignore list (See #491401) | Joey Hess | |
2010-01-26 | Add *.old to ignore list (See #462355) | Joey Hess | |
2010-01-26 | Add webmin fsdump status files to ignore list. Closes: #567000 | Joey Hess | |
2009-12-25 | Add ucf backups to ignore list. (See #462355) | Joey Hess | |
2009-12-04 | Deal with removal of the cache directory. Closes: #559418 | Joey Hess | |
2009-09-26 | releasing version 0.41 | Joey Hess | |
2009-09-13 | Updated Czech debconf translation from Miroslav Kure. Closes: #546411 | Joey Hess | |
2009-09-07 | Fix hgrc setup code to not warn if the hgrc already contains a call to ↵ | Joey Hess | |
etckeeper. (Thanks, Jakov Sosic) | |||
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-08-08 | releasing version 0.40 | Joey Hess | |
2009-08-08 | Avoid infinite loop when displaying message about failure to commit changes ↵ | Joey Hess | |
in /etc. Closes: #540596 | |||
2009-08-08 | Updated Italian debconf translation. Closes: #540516 | Joey Hess | |
2009-08-02 | Add Spanish debconf translation. Closes: #539589 | Joey Hess | |
2009-07-31 | releasing version 0.39 | Joey Hess | |
2009-07-19 | bzr: Set author to root when committing via sudo. Committer will be the sudo ↵ | Joey Hess | |
user, as it is in git. | |||
2009-07-13 | Typo. Closes: #536799 | Joey Hess | |