1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
commit-patch (2.6.2)
* Small changes to help debian packaging.
-- David Caldwell <david@porkrind.org> Mon, 06 Sep 2021 12:19:25 -0700
commit-patch (2.6.1)
* Fixed a bug in `commit-patch-buffer` that caused `vc-annotate` to be
out of date (https://github.com/caldwell/commit-patch/issues/14).
-- David Caldwell <david@porkrind.org> Mon, 06 Sep 2021 08:48:57 -0700
commit-patch (2.6)
* Support --amend from the Emacs interface (Dima Kogan)
* Fixed a bug with symlinked files in repos (Dima Kogan)
* Allow Emacs config option `commit-patch-program` to be a function
(Dima Kogan)
-- David Caldwell <david@porkrind.org> Sun, 03 Feb 2019 00:24:11 -0800
commit-patch (2.5.2)
* Fixed dumb bug that caused "make install" to fail.
-- David Caldwell <david@porkrind.org> Sun, 21 Sep 2014 18:15:04 -0700
commit-patch (2.5.1)
* We now use App::Fatpacker to bundle IPC::Run, removing the dependency
from the release tarball.
* Work around emacs/tramp bug in commit-patch-buffer.el (thanks Dima
Kogan <dima@secretsauce.net>).
-- David Caldwell <david@porkrind.org> Sun, 21 Sep 2014 17:22:29 -0700
commit-patch (2.5)
* Added Monotone support.
* Support Subversion version 1.7.
* Fixed an issue with git where committing inside a repository's
subdirectory would fail.
* Fixed some cases where adding and removing files would fail.
* Added a small, poor testing infrastructure.
-- David Caldwell <david@porkrind.org> Wed, 15 May 2013 19:34:42 -0700
commit-patch (2.4)
* Added --retry option to commit-partial for retrying failed patches.
* Added auto-detect support to commit-patch-buffer. Pass a prefix arg
(C--) to make it revert to the old behavior and ask for a patch buffer
and directory.
-- David Caldwell <david@porkrind.org> Sun, 24 Oct 2010 15:23:22 -0700
commit-patch (2.3)
* Added Bazaar (bzr) support.
* Added amend support (via new --amend flag). It's only supported by git
and darcs at the moment.
* It now gets rid of unnecessary spaces before and after commit message.
* Allowed VISUAL/EDITOR environment variables to have spaces in them.
(So that 'VISUAL="emacs -nw" commit-partial' works).
* commit-partial now keeps the last few patch/commit-message files
around for easy reuse when a commit fails.
* Patches can now come from stdin.
* commit-patch-buffer.el loads diff-mode on demand for faster emacs
startups (Jim Radford <radford@blackbean.org>).
* commit-patch-buffer.el can commit-patch a file loaded with tramp.
* Fixed commit-patch-buffer.el so it works with Emacs 23
(Jonathan Kotta <jpkotta@gmail.com>).
* commit-patch-buffer.el only displays commit-patch output when there
was an error (Jonathan Kotta <jpkotta@gmail.com>).
-- David Caldwell <david@porkrind.org> Thu, 18 Mar 2010 20:02:43 -0700
commit-patch (2.2)
* Added SVN support from Peter Mack & Joel Hillacre <support@emergence.com>.
* Made commit-partial work with git.
-- David Caldwell <david@porkrind.org> Fri, 16 Jan 2009 17:09:56 -0800
commit-patch (2.1)
* Added Git support.
* Added "commit-partial". (inspired by Pistos <pistos@gmail.com>)
* Added --verbose and --dry-run options.
* Added --message-file option. (inspired by Pistos <pistos@gmail.com>)
* Fix lsdiff on CVS sub directories. (thanks: Pistos <pistos@gmail.com>)
-- David Caldwell <david@porkrind.org> Mon, 22 Dec 2008 17:05:14 -0800
commit-patch (2.0)
* Release 2.0 (rewritten perl version of cvs-commit-patch)
-- David Caldwell <david@porkrind.org> Wed, 23 Aug 2006 17:04:33 -0700
|