- Fix the URL package header, it was pointing at a non-existent page.
- Add user options
gac-commit-additional-flags
, andgac-silent-message-p
. - Fix an issue with having the
[
character somewhere in the path of the file.
- 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
.
- Support the fish shell through the
gac-shell-and
option. - Support buffering commits within a certain time interval using the
gac-debounce-interval
.
- 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.
- Bump version, oops I forgot to do this for 4.3.1.
- Fix committing files with spaces in their name.
- Add user option
gac-ask-for-summary-p
.
provide
agit-auto-commit-mode
feature. (Thanks Jascha Geerds!)
- Fix some version number mistakes.
- Add README, NEWS, CONTRIBUTING and INSTALL files.
- Use Emacs’ Customize interface for user option
gac-automatically-push-p
.
- Update package URL to new homepage.
- Make
gac-automatically-push
buffer local, always. - Rename
gac-automatically-push
togac-automatically-push-p
to follow standard emacs-lisp conventions. - Fix commentary about
gac-automatically-push-p
.
- Shows the status when push finishes.
- Add ability to automatically push.
- Initial release.