On Mon, Apr 04, 2011 at 02:23:37PM +0100, Miles Gould wrote: > On Mon, Apr 04, 2011 at 02:59:46PM +0200, Gabriel Kerneis wrote: > > I do not use git stash (or darcs revert) to pull new patches. I use it > > to compare my latest published revision and my work-in-progress bug > > fixing. > > Couldn't you just use git diff for this? Or am I missing something?
Not if I want to compile and run some test suite. > > By the way, I love the fact that darcs revert allows selecting chunks, > > and loathe the all-or-nothing aspect of git stash. > > It looks like "git stash --patch" does what you want. Or add the changes > you want to keep in your working copy to the index with "git add -p", > then use "git stash --keep-index". Thanks, I missed it in the doc. -- Gabriel _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
