Skip to content

Commit 28cc00a

Browse files
avargitster
authored andcommitted
fsck doc: remove ancient out-of-date diagnostics
Remove diagnostics that haven't been emitted by "fsck" or its predecessors for around 15 years. This documentation was added in c64b9b8 (Reference documentation for the core git commands., 2005-05-05), but was out-of-date quickly after that. Notes on individual diagnostics: - "expect dangling commits": Added in bcee6fd (Make 'fsck' able to[...], 2005-04-13), documented in c64b9b8. Not emitted since 1024932 (fsck-cache: walk the 'refs' directory[...], 2005-05-18). - "missing sha1 directory": Added in 2022211 (Add first cut at "fsck-cache"[...], 2005-04-08), documented in c64b9b8. Not emitted since 230f132 (Create object subdirectories on demand, 2005-10-08). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Reviewed-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 898f807 commit 28cc00a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Documentation/git-fsck.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@ using 'git commit-graph verify'. See linkgit:git-commit-graph[1].
129129
Extracted Diagnostics
130130
---------------------
131131

132-
expect dangling commits - potential heads - due to lack of head information::
133-
You haven't specified any nodes as heads so it won't be
134-
possible to differentiate between un-parented commits and
135-
root nodes.
136-
137-
missing sha1 directory '<dir>'::
138-
The directory holding the sha1 objects is missing.
139-
140132
unreachable <type> <object>::
141133
The <type> object <object>, isn't actually referred to directly
142134
or indirectly in any of the trees or commits seen. This can

0 commit comments

Comments
 (0)