diff options
| author | Junio C Hamano <gitster@pobox.com> | 2016-04-13 14:12:31 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2016-04-13 14:12:31 -0700 |
| commit | 69d65bc7a38bd01049d8baa5efef7331ab9c71d2 (patch) | |
| tree | 329d6196778221f15dc650c0af508596b8931861 | |
| parent | Merge branch 'ky/branch-d-worktree' (diff) | |
| parent | for-each-ref: fix description of '--contains' in manpage (diff) | |
| download | git-69d65bc7a38bd01049d8baa5efef7331ab9c71d2.tar.gz git-69d65bc7a38bd01049d8baa5efef7331ab9c71d2.zip | |
Merge branch 'kn/for-each-tag-branch'
A minor documentation update.
* kn/for-each-tag-branch:
for-each-ref: fix description of '--contains' in manpage
| -rw-r--r-- | Documentation/git-for-each-ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index 012e8f9a08..c52578bb87 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -76,7 +76,7 @@ OPTIONS specified commit (HEAD if not specified). --contains [<object>]:: - Only list tags which contain the specified commit (HEAD if not + Only list refs which contain the specified commit (HEAD if not specified). FIELD NAMES |
