From: Mark Lodato Date: Sat, 18 Dec 2010 05:38:38 +0000 (-0500) Subject: fsck docs: remove outdated and useless diagnostic X-Git-Tag: v1.7.4-rc0~3^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c806a06a311081ba02f60ffd2711853c1b9d6fc;p=git.git fsck docs: remove outdated and useless diagnostic In git-fsck(1), there was a reference to the warning " has full pathnames in it". This exact wording has not been used since 2005 (commit f1f0d0889e55), when the wording was changed slightly. More importantly, the description of that warning was useless, and there were many other similar warning messages which were not document at all. Since all these warnings are fairly obvious, there is no need for them to be in the man page. Signed-off-by: Mark Lodato Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt index 3ad48a633..86f9b2bf9 100644 --- a/Documentation/git-fsck.txt +++ b/Documentation/git-fsck.txt @@ -123,9 +123,6 @@ dangling :: The object , is present in the database but never 'directly' used. A dangling commit could be a root node. -warning: git-fsck: tree has full pathnames in it:: - And it shouldn't... - sha1 mismatch :: The database has an object who's sha1 doesn't match the database value.