git-sh-setup.sh: add variable to use the stuck-long mode
[gitweb.git] / Documentation / git-for-each-ref.txt
index 92e82fdb02b81e19bf4f4c764c161f7a556f4d48..42408752d0848f0854308407ff7606b40f1e6eed 100644 (file)
@@ -101,6 +101,10 @@ HEAD::
        '*' if HEAD matches current ref (the checked out branch), ' '
        otherwise.
 
+color::
+       Change output color.  Followed by `:<colorname>`, where names
+       are described in `color.branch.*`.
+
 In addition to the above, for commit and tag objects, the header
 field names (`tree`, `parent`, `object`, `type`, and `tag`) can
 be used to specify the value in the header field.
@@ -215,13 +219,9 @@ eval=`git for-each-ref --shell --format="$fmt" \
 eval "$eval"
 ------------
 
-Author
-------
-Written by Junio C Hamano <gitster@pobox.com>.
-
-Documentation
--------------
-Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+SEE ALSO
+--------
+linkgit:git-show-ref[1]
 
 GIT
 ---