From: Alexei Sholik Date: Tue, 8 Mar 2011 13:16:10 +0000 (+0200) Subject: Add Author and Documentation sections to git-for-each-ref.txt X-Git-Tag: v1.7.4.2~38 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/621c39de223f80d7014c39c5791db8b2b066fa18?hp=--cc Add Author and Documentation sections to git-for-each-ref.txt Signed-off-by: Alexei Sholik Signed-off-by: Junio C Hamano --- 621c39de223f80d7014c39c5791db8b2b066fa18 diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index bffb5d24f8..152e695c81 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -204,3 +204,15 @@ eval=`git for-each-ref --shell --format="$fmt" \ refs/tags` eval "$eval" ------------ + +Author +------ +Written by Junio C Hamano . + +Documentation +------------- +Documentation by Junio C Hamano and the git-list . + +GIT +--- +Part of the linkgit:git[1] suite