summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-04formattingJoey Hess
2008-01-04this was missed in the merge, re-addJoey Hess
2008-01-04let's call pacman a lowlevel package manager consistentlyJoey Hess
2008-01-04replace git-foo with git fooMiklos Vajna
from the release notes of the upcoming 1.5.4 release: "The next feature release of git (this change is scheduled for v1.6.0) will by default install dashed form of commands (e.g. "git-commit") outside of users' normal $PATH"
2008-01-04Merge branch 'pacman-g2'Joey Hess
2008-01-04changelogJoey Hess
2008-01-04rework tests slightly, test for debconf directlyJoey Hess
2008-01-04whitespaceJoey Hess
2008-01-04Merge branch 'pacman-g2'Miklos Vajna
Conflicts: Makefile pre-install.d/50uncommitted-changes Additinoal fix: As noted by Joey, we should bail out with an error if git commit fails when using pacman-g2. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2008-01-03minor consistency fixJoey Hess
2008-01-03* Add gnarly conffile renaming code.Joey Hess
2008-01-03 * Added configuration options for highlevel and lowlevel package managersJoey Hess
in etckeeper.conf. * Only install apt hooks if apt is used. * Only add backup conffile exclusion to gitignore if dpkg is used. * Rename pre/post-apt.d to pre/post-install.d to allow the same directories to be used for other package managers. * Use the name of the highlevel package manager in commit messages.
2008-01-03Add support for the pacman-g2 package manager.Miklos Vajna
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2007-12-02releasing version 0.6Joey Hess
2007-11-26* Depend on a fairly recent git-core. Closes: #453063Joey Hess
2007-11-26* Typo. Closes: #452926Joey Hess
2007-11-20releasing version 0.4Joey Hess
2007-11-20* Pass --quiet to git-rm calls.Joey Hess
2007-11-18* Portuguese translation from Américo Monteiro. Closes: #451798Joey Hess
2007-11-15releasing version 0.3Joey Hess
2007-11-15* Remove redundant dependency on debconf. Closes: #451378Joey Hess
2007-11-15* Patch from Rémi Vanicat adding bash completion. Closes: #451302Joey Hess
2007-11-15Add bash completion to etckeeperRémi Vanicat
2007-11-15* Add network/run and adjtime to default gitignore. Closes: #451347Joey Hess
2007-11-14* Patch from Remi Vanicat adding an etckeeper.conf file andJoey Hess
a GIT_COMMIT_OPTIONS configuration setting. Closes: #451167
2007-11-14rewordingJoey Hess
2007-11-14Render option to git commit configurableRé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-14forgot to check this inJoey Hess
2007-11-13releasing version 0.2Joey 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 programsJoey Hess
that call getspent().
2007-11-11releasing version 0.1Joey Hess
2007-11-10add depends on debconfJoey Hess
2007-11-10use debconf for prompting pre-aptJoey Hess
2007-11-10add ld.so.cache to default ignoresJoey Hess
2007-11-08ideas from madduckJoey Hess
2007-11-06add an example of untracking a fileJoey Hess
2007-11-06linksJoey Hess
2007-11-06another ideaJoey Hess
2007-11-06idea posted to my blog of keeping an origin branchJoey Hess
2007-11-06use run-parts --exit-on-error so it really stops at the first errorJoey Hess
2007-11-06supposed to have GPL2 in hereJoey Hess
2007-11-06TODOJoey Hess
2007-11-06wordingJoey Hess
2007-11-06add a note about need to reinit when checking out a different branchJoey Hess
2007-11-06go ahead and restore mtimes tooJoey Hess
2007-11-06improve wordingJoey Hess
2007-11-06improve usage messageJoey Hess
2007-11-06reorg tutorialJoey Hess
2007-11-06rationallised directory handlingJoey Hess
Default to cding to /etc, but allow the user to specify another directory to operate on.