From fc94d0df93280b4f7cbe69ede7547b5be1f84405 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 7 Oct 2019 21:33:09 -0700 Subject: [PATCH] =?UTF-8?q?Document=20the=20behaviour=20of=20=E2=80=98C-g?= =?UTF-8?q?=E2=80=99=20in=20the=20summary=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index ae91d41..28c132d 100644 --- a/README.org +++ b/README.org @@ -77,8 +77,11 @@ upstream is the user's responsibility. - gac-ask-for-summary-p :: A boolean value indicating whether or not - git-auto-commit-mode should ask the user for a commit message - every time a commit is made. + git-auto-commit-mode should ask the user for a commit message every time + a commit is made. *Note*: Since the summary is asked for before the commit, + but /after/ the file has been saved, pressing ~C-g~ while entering the + Summary will stop the commit from being made, but not the file from being + saved. - gac-shell-and :: A string that can be used to change how the shell combines commands. The default " && " is good for bash-like shells,