summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-26 14:13:10 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-26 14:13:10 -0800
commit76df4f76799400e688028a29f01197b675545f84 (patch)
tree7c3757358cae00870963af7d540f83ea3d39b8c6 /git-for-each-ref.txt
parent3fcdd0774d9c54ba3fd7344eed95570cd2e5f329 (diff)
downloadgit-htmldocs-76df4f76799400e688028a29f01197b675545f84.tar.gz
Autogenerated HTML docs for v2.8.0-rc0
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt20
1 files changed, 12 insertions, 8 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index 2e3e96f66..012e8f9a0 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -133,14 +133,18 @@ color::
align::
Left-, middle-, or right-align the content between
- %(align:...) and %(end). The "align:" is followed by `<width>`
- and `<position>` in any order separated by a comma, where the
- `<position>` is either left, right or middle, default being
- left and `<width>` is the total length of the content with
- alignment. If the contents length is more than the width then
- no alignment is performed. If used with '--quote' everything
- in between %(align:...) and %(end) is quoted, but if nested
- then only the topmost level performs quoting.
+ %(align:...) and %(end). The "align:" is followed by
+ `width=<width>` and `position=<position>` in any order
+ separated by a comma, where the `<position>` is either left,
+ right or middle, default being left and `<width>` is the total
+ length of the content with alignment. For brevity, the
+ "width=" and/or "position=" prefixes may be omitted, and bare
+ <width> and <position> used instead. For instance,
+ `%(align:<width>,<position>)`. If the contents length is more
+ than the width then no alignment is performed. If used with
+ '--quote' everything in between %(align:...) and %(end) is
+ quoted, but if nested then only the topmost level performs
+ quoting.
In addition to the above, for commit and tag objects, the header
field names (`tree`, `parent`, `object`, `type`, and `tag`) can