Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-26 | cron.daily: Fix typo in stale lockfile handling code. Closes: #717908 | Joey Hess | |
2013-07-22 | Use user.name and user.email from the .gitconfig file belonging to the user ↵ | Joey Hess | |
who sued or sudoed to root, in preference to making up values for that user. | |||
2013-07-07 | Added support for the pacman package manager. (Thanks, Tiago Stürmer Daitx) | Joey Hess | |
2013-06-26 | Quote user and group names, in case someone thought putting a space in one ↵ | Joey Hess | |
was not a bloody stupid idea. | |||
2013-06-17 | releasing version 1.4 | 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-08 | releasing version 1.2 | Joey Hess | |
2013-05-08 | When a file is owned by a uid or a gid with no corresponding user or group, ↵ | Joey Hess | |
put a numeric chown into .etckeeper. Previously, a broken chown was outputted. | |||
2013-05-06 | Call type -p in a more compatable way. | Joey Hess | |
2013-05-06 | releasing version 1.1 | Joey Hess | |
2013-05-06 | Fix warning when PUSH_REMOTE is not set. Closes: #706917 | Joey Hess | |
2013-05-05 | releasing version 1.0 | Joey Hess | |
2013-02-23 | Ignore fake-hwclock.data. Closes: #701491 | Joey Hess | |
2012-12-28 | Auto-detect the VCS setting if there already is a repository in /etc. | Jelmer Vernooij | |
2012-11-19 | changelog | Joey Hess | |
2012-09-29 | Unset GIT_DIR and GIT_WORK_TREE. Closes: #689101 | Joey Hess | |
2012-08-25 | releasing version 0.64 | Joey Hess | |
2012-08-24 | Add Brazilian Portuguese debconf translation. Closes: #685771 Thanks, ↵ | Joey Hess | |
Adriano Rafael Gomes | |||
2012-08-06 | zypper | Joey Hess | |
2012-08-03 | Revert "Avoid hardcoded path in apt.conf. Closes: #683778" | Joey Hess | |
This reverts commit ee919b6c8ce8ba1c85c96fb5cf7c707ae8f21529. Actually, apt doesn't let me do this. | |||
2012-08-03 | Avoid hardcoded path in apt.conf. Closes: #683778 | Joey Hess | |
2012-06-02 | releasing version 0.63 | Joey Hess | |
2012-06-02 | uninit: Now preserves parts of the gitignore and similar files that are ↵ | Joey Hess | |
outside the managed by etckeeper block. Closes: #673996 Thanks, David De La Harpe Golden (Squared Financial) | |||
2012-04-20 | bzr: Improve detection of unclean repos, to work when there are shelved changes. | Joey Hess | |
2012-03-05 | releasing version 0.62 | Joey Hess | |
2012-03-05 | Autocommit git staged files. Closes: #662614 | Joey Hess | |
2012-02-25 | updated debian copyright format url | Joey Hess | |
2012-01-14 | releasing version 0.61 | Joey Hess | |
2012-01-14 | Fix up botched git-rm conffile removal from 0.58. | Joey Hess | |
The file could be in any of three states; absent, present, or .dpkg-dist. Finish fully removing it. Closes: #655836 | |||
2012-01-06 | Improve yum hook to avoid running if etckeeper was just removed. Thanks, ↵ | Joey Hess | |
Mykola Marzhan | |||
2012-01-06 | Fix typo in bugfix for #651168. | Joey Hess | |
2012-01-02 | Support -h and --help. Closes: #654188 | Joey Hess | |
2012-01-02 | Updated Dutch translation of debconf templates. Closes: #654244 | Joey Hess | |
2011-12-22 | releasing version 0.59 | Joey Hess | |
2011-12-06 | Add /etc/cups/subscriptions.conf to default ignores, as the content of this ↵ | Joey Hess | |
file does not normally contain configuration and it changes frequently. Closes: #651168 | |||
2011-11-25 | releasing version 0.58 | Joey Hess | |
2011-11-25 | cron.daily: Don't stop committing when a stale packagelist.pre-install file ↵ | Joey Hess | |
exists. The file could exist because AVOID_COMMIT_BEFORE_INSTALL is set, or just because the install was interrupted/system crashed etc. If the file's more than a day old, continue with autocommit. | |||
2011-11-25 | typo | Joey Hess | |
2011-11-25 | fix fix | Joey Hess | |
2011-11-25 | fix | Joey Hess | |
2011-11-25 | Use git add -A, which automatically removes deleted files, and avoids a ↵ | Joey Hess | |
separate call to git add -u. Thanks to Miklos Vajna, whose patch in 2008 was deferred because -A was then too new, and languished in a branch until found today. | |||
2011-11-25 | Merge branch 'master' into allperms | Joey Hess | |
Conflicts: debian/changelog | |||
2011-11-25 | Bugfix for filenames containing single quotes. | Joey Hess | |
-- Joey Hess <joeyh@debian.org> Fri, 25 Nov 2011 12:00:55 -0400 | |||
2011-11-25 | python2 fixes | Joey Hess | |
2011-11-25 | store all permissions of files and directories, even those with standard ↵ | Joey Hess | |
permissions of 644 and 755 This is unfortunately necessary in order to support etckeeper init on a checkout that was made with a nonstandard umask, in which case the files that were expected to be 644 and 755, won't be. Closes: #649701 Thanks to Дмитрий Матросов for reporting the bug and developing a fixup script (attached to the bug) which could be used if you've already encountered this problem. | |||
2011-11-04 | releasing version 0.57 | Joey Hess | |
2011-09-28 | Use find -path instead of less portable find -wholename. | Joey Hess | |
2011-07-12 | releasing version 0.56 | Joey Hess | |
2011-07-12 | Handle files with % in their names. | Joey Hess | |