From c45d585d40d8d2513c665c7d2f7315a4403fcdac Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 21:23:06 -0500 Subject: another config example --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') 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 -- cgit v1.2.3