summaryrefslogtreecommitdiff
path: root/Documentation/git-ls-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-15 13:32:09 -0700
committerJunio C Hamano <gitster@pobox.com>2011-03-15 13:32:09 -0700
commit1d5742cbf746f9556e6aefdfbed54c452c235d51 (patch)
treeed10a8a35c9cc115e883780907f2a1faf24d6719 /Documentation/git-ls-tree.txt
parenta35138af75070adb32cf281a56186c9343af36a4 (diff)
parentd8f708f860095245c6973ba6b1ada366ce2d5bdf (diff)
downloadgit-1d5742cbf746f9556e6aefdfbed54c452c235d51.tar.gz
Merge branch 'jk/doc-credits' of git://github.com/peff/git
* 'jk/doc-credits' of git://github.com/peff/git: docs: point git.txt author credits to git-scm.com doc: add missing git footers doc: drop author/documentation sections from most pages
Diffstat (limited to 'Documentation/git-ls-tree.txt')
-rw-r--r--Documentation/git-ls-tree.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/git-ls-tree.txt b/Documentation/git-ls-tree.txt
index 76ed625e7b..16e87fd6dd 100644
--- a/Documentation/git-ls-tree.txt
+++ b/Documentation/git-ls-tree.txt
@@ -95,18 +95,6 @@ Object size identified by <object> is given in bytes, and right-justified
with minimum width of 7 characters. Object size is given only for blobs
(file) entries; for other entries `-` character is used in place of size.
-
-Author
-------
-Written by Petr Baudis <pasky@suse.cz>
-Completely rewritten from scratch by Junio C Hamano <gitster@pobox.com>,
-another major rewrite by Linus Torvalds <torvalds@osdl.org>
-
-Documentation
---------------
-Documentation by David Greaves, Junio C Hamano and the git-list
-<git@vger.kernel.org>.
-
GIT
---
Part of the linkgit:git[1] suite