- May 16, 2013
-
-
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
IE. Section D.8 of the elisp manual. Thanks to Jonas Bernoulli <jonas@bernoul.li> for the push.
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
[commit-patch] Use --force when patching back to the clean version so if something goes wrong it doesn't ask interactive questions.
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
[commit-patch] Use --relative with "git diff" so that commit-partial doesn't silently fail when you in a subdirectory. "git apply" seems to filter the diff so that only files within the current directory (and its descendants) get applied. It (crazily) does this silently and there doesn't seem to be an option to override this. The other option would be to cd to the project root just before calling "git apply" but I think it's more intuitive to diff from your current directory--just cd to the root yourself if you want to see the whole project's changes.
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
[commit-patch] Support svn 1.7 which apparently doesn't scatter .svn droppings in every subdirectory. (Thanks sneakypete81)
-
David Caldwell authored
-
- Mar 12, 2013
-
-
David Caldwell authored
Prevent mercurial from adding/removing all files
-
Ivan Andrus authored
Fixes #2
-
- May 20, 2011
-
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
[commit-patch] Use Monotone's --without-header option instead of looking for diffs that are exclusively comments.
-
David Caldwell authored
-
- May 19, 2011
-
-
David Caldwell authored
-
David Caldwell authored
-
David Caldwell authored
-
- Apr 19, 2011
-
-
Richard Levitte authored
[commit-patch] Avoid running 'interdiff' and 'patch -R' also when the working patch is just a series of comment lines. 'mtn diff' will output three comment lines when there are no changes. patch ignores them, so should we.
-
Richard Levitte 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
-