From 1e4dd3b87be8e06dd0ae1c4b2c250591b615a2e1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Jan 2008 13:46:21 -0500 Subject: * Separate debconf use from the main flow of the script so the commit stage can use editors etc. Closes: #459547 * Remove the hint about setting -e to get interactive commits, since I don't want to encourage users to do that. (For one thing, it's unlikely to work if a graphical package manager is used..) --- etckeeper.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etckeeper.conf') diff --git a/etckeeper.conf b/etckeeper.conf index 4cf5f58..bd07ea7 100644 --- a/etckeeper.conf +++ b/etckeeper.conf @@ -3,9 +3,7 @@ VCS="git" # Options passed to git commit when run by etckeeper. -# You could for exemple use "-e" if you want to edit all commit messages -# before committing. -#GIT_COMMIT_OPTIONS="-e" +#GIT_COMMIT_OPTIONS="" # Options passed to hg commit when run by etckeeper. #HG_COMMIT_OPTIONS="" -- cgit v1.2.3