From: Nguyễn Thái Ngọc Duy Date: Wed, 8 Feb 2017 06:06:41 +0000 (+0700) Subject: rev-list-options.txt: update --all about HEAD X-Git-Tag: v2.12.0-rc1~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=209df269a619fdafcf42261aa7cde1a20230fc9e;p=thirdparty%2Fgit.git rev-list-options.txt: update --all about HEAD This is the document patch for f0298cf1c6 (revision walker: include a detached HEAD in --all - 2009-01-16). Even though that commit is about detached HEAD, as Jeff pointed out, always adding HEAD in that case may have subtle differences with --source or --exclude. So the document mentions nothing about the detached-ness. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 5da7cf5a8d..a02f7324c0 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -133,8 +133,8 @@ parents) and `--max-parents=-1` (negative numbers denote no upper limit). for all following revision specifiers, up to the next `--not`. --all:: - Pretend as if all the refs in `refs/` are listed on the - command line as ''. + Pretend as if all the refs in `refs/`, along with `HEAD`, are + listed on the command line as ''. --branches[=]:: Pretend as if all the refs in `refs/heads` are listed