Code

Add Author and Documentation sections to git-for-each-ref.txt
[git.git] / Documentation / git-for-each-ref.txt
index bffb5d24f8a3778e5e9cf4e3303d06287e0d044c..152e695c8178fee9daa478cdf67eae58a2f1af00 100644 (file)
@@ -204,3 +204,15 @@ eval=`git for-each-ref --shell --format="$fmt" \
        refs/tags`
 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>.
+
+GIT
+---
+Part of the linkgit:git[1] suite