Update README
This commit is contained in:
parent
e533166a22
commit
23a0224a00
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue