summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 21:23:06 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 21:23:06 -0500
commitc45d585d40d8d2513c665c7d2f7315a4403fcdac (patch)
treedb7703332eb08f44cd32822ab41c4a2dcc7c9424
parente36f052c8e17bd9620da5aeb613b1ec7d32ed8df (diff)
another config example
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 937be7f..2cf8410 100644
--- a/README
+++ b/README
@@ -138,6 +138,11 @@ which will save a lot of disk space:
git add .
git-commit -m "run git-gc after each apt run"
+Here's how to disable the automatic commits after each apt run, while still
+letting it git-add new files and git-rm removed ones:
+
+ rm /etc/etckeeper/post-apt.d/75git-commit
+
Note that the etckeeper commands are careful to not hardcode anything about
git. If you want to use some other revision control system, that's
theoretically possible to accomplish by just changing the files in