diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 21:23:06 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 21:23:06 -0500 |
commit | c45d585d40d8d2513c665c7d2f7315a4403fcdac (patch) | |
tree | db7703332eb08f44cd32822ab41c4a2dcc7c9424 /README | |
parent | e36f052c8e17bd9620da5aeb613b1ec7d32ed8df (diff) |
another config example
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |