Re: [PATCH] doc: emphasize stash "--keep-index" stashes staged content

2017-10-12 Thread Robert P. J. Day
On Wed, 11 Oct 2017, Jonathan Nieder wrote: > Hi, > > Robert P. J. Day wrote: > > > It's not immediately obvious from the man page that the "--keep-index" > > option still adds the staged content to the stash, so make that > > abundantly clear. > > > > Signed-off-by: Robert P. J. Day

Re: [PATCH] doc: emphasize stash "--keep-index" stashes staged content

2017-10-11 Thread Jonathan Nieder
Hi, Robert P. J. Day wrote: > It's not immediately obvious from the man page that the "--keep-index" > option still adds the staged content to the stash, so make that > abundantly clear. > > Signed-off-by: Robert P. J. Day > --- > > diff --git

Re: [PATCH] doc: emphasize stash "--keep-index" stashes staged content

2017-10-11 Thread Junio C Hamano
"Robert P. J. Day" writes: > -If the `--keep-index` option is used, all changes already added to the > -index are left intact. > +If the `--keep-index` option is used, all changes already staged in the > +index are left intact in the index, while still being added to the

[PATCH] doc: emphasize stash "--keep-index" stashes staged content

2017-10-11 Thread Robert P. J. Day
It's not immediately obvious from the man page that the "--keep-index" option still adds the staged content to the stash, so make that abundantly clear. Signed-off-by: Robert P. J. Day --- diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index