From: Ramkumar Ramachandra Date: Mon, 22 Apr 2013 05:30:26 +0000 (+0530) Subject: revisions.txt: clarify the .. and ... syntax X-Git-Tag: v1.8.3-rc0~1^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3a4dc48623793aad5770f0360eca8eb83f943657?ds=inline;hp=--cc revisions.txt: clarify the .. and ... syntax In .. and ..., if either or is omitted, it defaults to 'HEAD'. Add this detail to the document. Signed-off-by: Ramkumar Ramachandra Signed-off-by: Junio C Hamano --- 3a4dc48623793aad5770f0360eca8eb83f943657 diff --git a/Documentation/revisions.txt b/Documentation/revisions.txt index b0f72206a0..242682af07 100644 --- a/Documentation/revisions.txt +++ b/Documentation/revisions.txt @@ -239,11 +239,13 @@ To summarize: '..':: Include commits that are reachable from but exclude - those that are reachable from . + those that are reachable from . When either or + is omitted, it defaults to 'HEAD'. '\...':: Include commits that are reachable from either or - but exclude those that are reachable from both. + but exclude those that are reachable from both. When + either or is omitted, it defaults to 'HEAD'. '{caret}@', e.g. 'HEAD{caret}@':: A suffix '{caret}' followed by an at sign is the same as listing