projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22817b4
)
Add Author and Documentation sections to git-for-each-ref.txt
author
Alexei Sholik
<alcosholik@gmail.com>
Tue, 8 Mar 2011 13:16:10 +0000
(15:16 +0200)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/git-for-each-ref.txt
b/Documentation/git-for-each-ref.txt
index bffb5d24f8a3778e5e9cf4e3303d06287e0d044c..152e695c8178fee9daa478cdf67eae58a2f1af00 100644
(file)
--- 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 <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