diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-01-18 13:49:56 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-01-18 13:49:57 -0800 |
| commit | eab7584e3785d4a210ba326bcb02294285f57a22 (patch) | |
| tree | ab6ae4d039a3bdd34eded76b136420dca7fe366e | |
| parent | Merge branch 'ot/ref-filter-object-info' (diff) | |
| parent | git-show-ref.txt: fix order of flags (diff) | |
| download | git-eab7584e3785d4a210ba326bcb02294285f57a22.tar.gz git-eab7584e3785d4a210ba326bcb02294285f57a22.zip | |
Merge branch 'en/show-ref-doc-fix'
Doc update.
* en/show-ref-doc-fix:
git-show-ref.txt: fix order of flags
| -rw-r--r-- | Documentation/git-show-ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt index d28e6154c6..ab4d271925 100644 --- a/Documentation/git-show-ref.txt +++ b/Documentation/git-show-ref.txt @@ -37,8 +37,8 @@ OPTIONS Show the HEAD reference, even if it would normally be filtered out. ---tags:: --heads:: +--tags:: Limit to "refs/heads" and "refs/tags", respectively. These options are not mutually exclusive; when given both, references stored in |
