Code

Add Author and Documentation sections to git-for-each-ref.txt
authorAlexei Sholik <alcosholik@gmail.com>
Tue, 8 Mar 2011 13:16:10 +0000 (15:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Mar 2011 20:22:15 +0000 (12:22 -0800)
Signed-off-by: Alexei Sholik <alcosholik@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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