Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-04 | Merge branch 'hg' | Joey Hess | |
Significantly refactored | |||
2008-01-04 | update | Joey Hess | |
2008-01-04 | Merge branch 'debconf-l10n' | Joey Hess | |
2008-01-04 | General update after the debconf review process | Christian Perrier | |
2008-01-04 | formatting | Joey Hess | |
2008-01-04 | this was missed in the merge, re-add | Joey Hess | |
2008-01-04 | let's call pacman a lowlevel package manager consistently | Joey Hess | |
2008-01-04 | replace git-foo with git foo | Miklos 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-04 | Merge branch 'pacman-g2' | Joey Hess | |
2008-01-04 | changelog | Joey Hess | |
2008-01-04 | rework tests slightly, test for debconf directly | Joey Hess | |
2008-01-04 | whitespace | Joey Hess | |
2008-01-04 | Merge 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-03 | minor consistency fix | Joey Hess | |
2008-01-03 | * Add gnarly conffile renaming code. | Joey Hess | |
2008-01-03 | * Added configuration options for highlevel and lowlevel package managers | Joey 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-03 | Add support for the pacman-g2 package manager. | Miklos Vajna | |
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-01-03 | .hgignore syntax correction | Mathieu Clabaut | |
2008-01-03 | .hgrc section was overwriten | Mathieu Clabaut | |
2008-01-03 | Ignore .pacsave files | Mathieu Clabaut | |
2008-01-03 | hg-pre-commit-hook: typo when touching file | Mathieu Clabaut | |
2008-01-03 | Adapt bash_completio to the new subdir structure | Mathieu Clabaut | |
2008-01-03 | Makefile correction - dir creation, and man dest | Mathieu Clabaut | |
2008-01-03 | Makefile : hg subdirs installation | Mathieu Clabaut | |
2008-01-03 | post-apt.d : Translation into mercurial idiom | Mathieu Clabaut | |
2008-01-03 | pre-apt.d : Translation into mercurial idiom | Mathieu Clabaut | |
2008-01-03 | Move git files to hg one | Mathieu Clabaut | |
2008-01-03 | pre-commit.d : Translation into mercurial idiom | Mathieu Clabaut | |
2008-01-03 | Tranlsation of init.d in mercurial idiom | Mathieu Clabaut | |
2008-01-03 | Rename git files to hg | Mathieu Clabaut | |
2008-01-03 | hg and git subrepo creation (hg is for now a copy of git) | Mathieu Clabaut | |
2008-01-03 | Debut intégration HG | Mathieu Clabaut | |
2008-01-03 | Makefile cleaning + use of DESTDIR | Mathieu Clabaut | |
2007-12-02 | releasing version 0.6 | Joey Hess | |
2007-11-26 | * Depend on a fairly recent git-core. Closes: #453063 | Joey Hess | |
2007-11-26 | * Typo. Closes: #452926 | Joey Hess | |
2007-11-20 | releasing version 0.4 | Joey Hess | |
2007-11-20 | * Pass --quiet to git-rm calls. | Joey Hess | |
2007-11-18 | * Portuguese translation from Américo Monteiro. Closes: #451798 | Joey Hess | |
2007-11-15 | releasing version 0.3 | Joey Hess | |
2007-11-15 | * Remove redundant dependency on debconf. Closes: #451378 | Joey Hess | |
2007-11-15 | * Patch from Rémi Vanicat adding bash completion. Closes: #451302 | Joey Hess | |
2007-11-15 | Add bash completion to etckeeper | Rémi Vanicat | |
2007-11-15 | * Add network/run and adjtime to default gitignore. Closes: #451347 | Joey Hess | |
2007-11-14 | * Patch from Remi Vanicat adding an etckeeper.conf file and | Joey Hess | |
a GIT_COMMIT_OPTIONS configuration setting. Closes: #451167 | |||
2007-11-14 | rewording | Joey Hess | |
2007-11-14 | Render option to git commit configurable | Ré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-14 | forgot to check this in | Joey Hess | |
2007-11-13 | releasing version 0.2 | Joey 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. |