Document the behaviour of ‘C-g’ in the summary entry
This commit is contained in:
parent
5bb26c6384
commit
fc94d0df93
1 changed files with 5 additions and 2 deletions
|
@ -77,8 +77,11 @@
|
||||||
upstream is the user's responsibility.
|
upstream is the user's responsibility.
|
||||||
|
|
||||||
- gac-ask-for-summary-p :: A boolean value indicating whether or not
|
- gac-ask-for-summary-p :: A boolean value indicating whether or not
|
||||||
git-auto-commit-mode should ask the user for a commit message
|
git-auto-commit-mode should ask the user for a commit message every time
|
||||||
every time a commit is made.
|
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
|
- gac-shell-and :: A string that can be used to change how the shell combines
|
||||||
commands. The default " && " is good for bash-like shells,
|
commands. The default " && " is good for bash-like shells,
|
||||||
|
|
Loading…
Reference in a new issue