Re: [PATCH v3 4/8] doc: give headings for the two and three dot notations

2016-07-19 Thread Philip Oakley
From: "Jakub Narębski" W dniu 2016-07-13 o 00:11, Philip Oakley pisze: From: "Junio C Hamano" [...] I actually think this is a good place to have them described. ^ is about specifying a single commit. These two are not that (you can say HEAD^2^@ but you cannot say HEAD^@^2, for example).

Re: [PATCH v3 4/8] doc: give headings for the two and three dot notations

2016-07-19 Thread Jakub Narębski
W dniu 2016-07-13 o 00:11, Philip Oakley pisze: > From: "Junio C Hamano" [...] >> I actually think this is a good place to have them described. >> ^ is about specifying a single commit. These two are >> not that (you can say HEAD^2^@ but you cannot say HEAD^@^2, for >> example). > > These two ar

Re: [PATCH v3 4/8] doc: give headings for the two and three dot notations

2016-07-12 Thread Philip Oakley
From: "Junio C Hamano" Marc Branchaud writes: +The '{caret}' (caret) notation +~~~ To exclude commits reachable from a commit, a prefix '{caret}' notation is used. E.g. '{caret}r1 r2' means commits reachable from 'r2' but exclude the ones reachable from 'r1'

Re: [PATCH v3 4/8] doc: give headings for the two and three dot notations

2016-07-12 Thread Jeff King
On Tue, Jul 12, 2016 at 10:41:35PM +0100, Philip Oakley wrote: > > > +The '{caret}' (caret) notation > > > +~~~ > > > To exclude commits reachable from a commit, a prefix '{caret}' > > > notation is used. E.g. '{caret}r1 r2' means commits reachable > > > from 'r2

Re: [PATCH v3 4/8] doc: give headings for the two and three dot notations

2016-07-12 Thread Philip Oakley
From: "Marc Branchaud" On 2016-07-11 04:25 PM, Philip Oakley wrote: While there, also break out the other shorthand notations and add a title for the revision range summary (which also appears in git-rev-parse, so keep it mixed case). Signed-off-by: Philip Oakley --- Documentation/revisions

Re: [PATCH v3 4/8] doc: give headings for the two and three dot notations

2016-07-12 Thread Junio C Hamano
Marc Branchaud writes: >> +The '{caret}' (caret) notation >> +~~~ >> To exclude commits reachable from a commit, a prefix '{caret}' >> notation is used. E.g. '{caret}r1 r2' means commits reachable >> from 'r2' but exclude the ones reachable from 'r1'. > > All of

Re: [PATCH v3 4/8] doc: give headings for the two and three dot notations

2016-07-12 Thread Marc Branchaud
On 2016-07-11 04:25 PM, Philip Oakley wrote: While there, also break out the other shorthand notations and add a title for the revision range summary (which also appears in git-rev-parse, so keep it mixed case). Signed-off-by: Philip Oakley --- Documentation/revisions.txt | 23 +++