Skip to content

Commit 0c806a0

Browse files
MarkLodatogitster
authored andcommitted
fsck docs: remove outdated and useless diagnostic
In git-fsck(1), there was a reference to the warning "<tree> has full pathnames in it". This exact wording has not been used since 2005 (commit f1f0d08), 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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b34f69f commit 0c806a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Documentation/git-fsck.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ dangling <type> <object>::
123123
The <type> object <object>, is present in the database but never
124124
'directly' used. A dangling commit could be a root node.
125125

126-
warning: git-fsck: tree <tree> has full pathnames in it::
127-
And it shouldn't...
128-
129126
sha1 mismatch <object>::
130127
The database has an object who's sha1 doesn't match the
131128
database value.

0 commit comments

Comments
 (0)