Re: [PATCH] doc: fix form -> from typo

2019-06-26 Thread Thomas Gummerer
On 06/25, Martin Ågren wrote: > Hi Catalin > > Welcome to the list! > > On Tue, 25 Jun 2019 at 09:43, Catalin Criste wrote: > > > @@ -88,7 +88,7 @@ save [-p|--patch] [-k|--[no-]keep-index] > > [-u|--include-untracked] [-a|--all] [-q > > > > This option is deprecated in favour of 'git s

Re: [PATCH] doc: fix form -> from typo

2019-06-25 Thread Junio C Hamano
Martin Ågren writes: > Hi Catalin > > Welcome to the list! > > On Tue, 25 Jun 2019 at 09:43, Catalin Criste wrote: > >> @@ -88,7 +88,7 @@ save [-p|--patch] [-k|--[no-]keep-index] >> [-u|--include-untracked] [-a|--all] [-q >> >> This option is deprecated in favour of 'git stash push'. I

Re: [PATCH] doc: fix form -> from typo

2019-06-25 Thread Martin Ågren
On Tue, 25 Jun 2019 at 13:40, Johannes Schindelin wrote: > On Tue, 25 Jun 2019, Martin Ågren wrote: > > Do you have any suggestions as to how this could be made clearer? > > There are at least two of us that have stumbled on this. :-) > > Make that three. > > Maybe something like > > This

Re: [PATCH] doc: fix form -> from typo

2019-06-25 Thread Johannes Schindelin
Hi Martin, On Tue, 25 Jun 2019, Martin Ågren wrote: > On Tue, 25 Jun 2019 at 09:43, Catalin Criste wrote: > > > @@ -88,7 +88,7 @@ save [-p|--patch] [-k|--[no-]keep-index] > > [-u|--include-untracked] [-a|--all] [-q > > > > This option is deprecated in favour of 'git stash push'. It > >

Re: [PATCH] doc: fix form -> from typo

2019-06-25 Thread Martin Ågren
Hi Catalin Welcome to the list! On Tue, 25 Jun 2019 at 09:43, Catalin Criste wrote: > @@ -88,7 +88,7 @@ save [-p|--patch] [-k|--[no-]keep-index] > [-u|--include-untracked] [-a|--all] [-q > > This option is deprecated in favour of 'git stash push'. It > differs from "stash push

[PATCH] doc: fix form -> from typo

2019-06-24 Thread Catalin Criste
Signed-off-by: Catalin Criste --- Documentation/git-stash.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 7ef8c4791177b..b96ce2d02d149 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt