- May 19, 2011
-
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
- Apr 18, 2011
-
-
David Caldwell authored
[commit-patch] Use lsdiffs -s option to keep track of added, removed, and changed files in the patch so we can use them appropriately.
-
David Caldwell authored
[commit-patch] VCS Add and Remove needs to happen after the patch has been applied to the directory. Thanks to Richard Levitte <richard@levitte.org> for pointing this out.
-
David Caldwell authored
Patch fails when the input has just a single \n in it which is what happens when we do "darcs diff a" and "a" doesn't exist yet.
-
David Caldwell authored
It's cleaner and makes it easy to look for empty files (next patch) but it doesn't scale as well since both working and non-committed patches have to fit in memory (which probably doesn't matter since most patches aren't massive).
-
- Feb 23, 2011
-
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
- Oct 25, 2010
-
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
[commit-patch-buffer.el] Mention commit-patch the script in the help text so the connection to the script is explicit.
-
David Caldwell authored
[commit-patch-buffer.el] Accept a prefix parameter to commit-patch-buffer which makes it ask for the buffer and directory, like old times.
-
David Caldwell authored
I think it's a better, more descriptive name.
-
- Oct 21, 2010
-
-
David Caldwell authored
-
David Caldwell authored
[commit-patch] Add --retry option to commit-partial for when the edited patch fails apply the first time.
-
- Mar 22, 2010
-
-
David Caldwell authored
This avoids tyring to do diff-hunk-next in autodetect-patch-directory-root and is more flexible all around.
-
- Mar 21, 2010
-
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
There are now just 2 functions: commit-patch-buffer - Fully automatic, takes no arguments (bound to C-c C-c). commit-patch-buffer-manually - Takes 2 interactive arguments. Dropped commit-patch-current-buffer which took just a directory argument as it seems pointless now--use commit-patch-buffer-manually instead.
-
David Caldwell authored
This takes commit-patch down to zero arguments!
-
David Caldwell authored
[commit-patch-buffer.el] Add commit-patch-current-buffer which skips the "ask for buffer to patch" step. So far in all my years of commit-patch usage I don't think I've ever needed to commit a buffer that I wasn't looking at right then.
-
- Mar 19, 2010
-
-
David Caldwell authored
END always gets run, even when we exit via signals and we have a handler.
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
Bzr doesn't seem to have amend support. :-(
-
Jonathan Kotta authored
-
David Caldwell authored
-