diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-10 12:52:27 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-10 12:52:27 -0800 |
commit | 653078bbddef3ecd454c3e36b9e43629128967db (patch) | |
tree | 4bd4cc47993b8a731593304b379aa74bc32bfff3 /Documentation | |
parent | c1462b840517ec0d572b11848fefbd35e65a4f98 (diff) | |
parent | 209df269a619fdafcf42261aa7cde1a20230fc9e (diff) | |
download | git-653078bbddef3ecd454c3e36b9e43629128967db.tar.gz |
Merge branch 'nd/rev-list-all-includes-HEAD-doc'
Doc update.
* nd/rev-list-all-includes-HEAD-doc:
rev-list-options.txt: update --all about HEAD
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/rev-list-options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 '<commit>'. + Pretend as if all the refs in `refs/`, along with `HEAD`, are + listed on the command line as '<commit>'. --branches[=<pattern>]:: Pretend as if all the refs in `refs/heads` are listed |