diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2014-01-27 00:43:49 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-27 08:34:34 -0800 |
commit | 816900746839faaa1e346dde32abbce64ccbb3e5 (patch) | |
tree | d4f0a677c6c4ed48909030e216b9c4412c3d130f /Documentation/git-for-each-ref.txt | |
parent | b594c975c7e865be23477989d7f36157ad437dc7 (diff) | |
download | git-816900746839faaa1e346dde32abbce64ccbb3e5.tar.gz |
doc: remote author/documentation sections from more pagesmh/doc-wo-names
We decided at 48bb914e (doc: drop author/documentation sections from
most pages, 2011-03-11) to remove "author" and "documentation"
sections from our documentation. Remove a few stragglers.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-for-each-ref.txt')
-rw-r--r-- | Documentation/git-for-each-ref.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index d639abe17a..42408752d0 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -219,14 +219,6 @@ 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] |