Re: [PATCH] Document git-svn fetch --log-window-size parameter

2012-10-26 Thread Gunnlaugur Thor Briem
On Fri, Oct 26, 2012 at 1:32 PM, Jeff King wrote: > That's probably worth mentioning. Gunnlaugur, any objection to me > amending your commit with: > > diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt > index 64756c9..8b0d3ad 100644 > --- a/Documentation/git-svn.txt > +++ b/Docume

Better handling of erroneous git stash save "somemessage" --keep-index

2013-02-26 Thread Gunnlaugur Thor Briem
Hi, the command: git stash save "some message" --keep-index stashes everything, including the index, and adds the "--keep-index" to the message. The manual labor of separating index hunks from hunks to stash is lost. This is in version 1.8.1.3. This is a user error, of course (per the man page,

Re: Better handling of erroneous git stash save "somemessage" --keep-index

2013-02-26 Thread Gunnlaugur Thor Briem
On Tue, Feb 26, 2013 at 4:10 PM, Junio C Hamano wrote: > Then the user cannot say > > git stash save some message that consists of multiple words > > no? You may have a WIP to enhance the behaviour of one option and > you might want to say > > git stash save wip: tweak behaviour o