git-auto-commit-mode/NEWS

62 lines
1.1 KiB
Text
Raw Normal View History

2013-04-09 02:16:32 +02:00
# -*- mode: org; -*-
2015-04-04 16:49:03 +02:00
#+STARTUP: showall
* 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.
2013-04-09 02:16:32 +02:00
2015-03-21 15:12:50 +01:00
* v4.3.2
- Bump version, oops I forgot to do this for 4.3.1.
* v4.3.1
- Fix committing files with spaces in their name.
2014-12-29 20:39:28 +01:00
* v4.3.0
- Add user option =gac-ask-for-summary-p=.
2013-10-07 23:20:47 +02:00
* v4.2.2
- =provide= a ~git-auto-commit-mode~ feature. (Thanks Jascha Geerds!)
* v4.2.1
- Fix some version number mistakes.
2013-04-09 02:16:32 +02:00
* v4.2.0
2013-04-10 01:51:30 +02:00
- Add README, NEWS, CONTRIBUTING and INSTALL files.
2013-04-09 02:16:32 +02:00
2013-04-10 01:51:30 +02:00
- Use Emacs' Customize interface for user option
=gac-automatically-push-p=.
2013-04-09 02:16:32 +02:00
* v4.1
- Update package URL to new homepage.
* v4
- Make =gac-automatically-push= buffer local, always.
- Rename =gac-automatically-push= to =gac-automatically-push-p= to
follow standard emacs-lisp conventions.
- Fix commentary about =gac-automatically-push-p=.
* v3
- Shows the status when push finishes.
* v2
- Add ability to automatically push.
* v1
- Initial release.