diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-08-23 14:13:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-23 14:13:15 -0700 |
commit | 883bac8f7ff1a3e11b65d44813e945543989471f (patch) | |
tree | 928f0909e02849ebfb65459dca018f258afb3e1a /Documentation/git-branch.txt | |
parent | Merge branch 'sb/submodule-parallel-update' (diff) | |
parent | Documentation/git-for-each-ref: clarify peeling of tags for --format (diff) | |
download | tgif-883bac8f7ff1a3e11b65d44813e945543989471f.tar.xz |
Merge branch 'mg/format-ref-doc-fix'
Doc fix.
* mg/format-ref-doc-fix:
Documentation/git-for-each-ref: clarify peeling of tags for --format
Documentation: use proper wording for ref format strings
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r-- | Documentation/git-branch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 81bd0a7b77..d0b3358771 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -267,8 +267,8 @@ start-point is either a local or remote-tracking branch. Only list branches of the given object. --format <format>:: - A string that interpolates `%(fieldname)` from the object - pointed at by a ref being shown. The format is the same as + A string that interpolates `%(fieldname)` from a branch ref being shown + and the object it points at. The format is the same as that of linkgit:git-for-each-ref[1]. Examples |