You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v4.7.0
- Fix the URL package header, it was pointing at a non-existent page.
- Add user options =gac-commit-additional-flags=, and =gac-silent-message-p=.
- Fix an issue with having the =[= character somewhere in the path of the file.
v4.6.0
- Only try to commit when changes have been discovered in the file. By
extension git-auto-commit-mode won't ask for a summary to a commit that it
won't make.
- Add option to prevent new (untracked) files from being added to the git
repository automatically, =gac-automatically-add-new-files-p=.
v4.5.0
- Support the fish shell through the ~gac-shell-and~ option.
- Support buffering commits within a certain time interval using the
~gac-debounce-interval~.
v4.4.0
- Support Windows paths using `convert-standard-filename'.
- Properly escape command-line arguments when calling git with
`shell-quote-argument'.
- Explicitly bind `default-directory' when calling git.