From 23a0224a00b82ea7e7dc45be9a9d1162d40c405b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 7 Oct 2019 20:37:02 -0700 Subject: [PATCH] Update README --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index 63d119c..ae91d41 100644 --- a/README.org +++ b/README.org @@ -79,3 +79,11 @@ - 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. + + - gac-shell-and :: A string that can be used to change how the shell combines + commands. The default " && " is good for bash-like shells, + but " ; and " would be used for fish, for example. + + - gac-debounce-interval :: A number specifying a buffer between automatic + commits in seconds. Wait with making an actual commit until this number + of seconds elapses.