From 0c806a06a311081ba02f60ffd2711853c1b9d6fc Mon Sep 17 00:00:00 2001 From: Mark Lodato Date: Sat, 18 Dec 2010 00:38:38 -0500 Subject: 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 --- Documentation/git-fsck.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'Documentation') diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt index 3ad48a6336..86f9b2bf91 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. -- cgit v1.2.3