doc: remove stray text in Git data model
I meant to delete this sentence fragment when rewriting this paragraph, but accidentally left it in. It's repetitive (since it was meant to be deleted) and it's causing some formatting issues with the note. Signed-off-by: Julia Evans <julia@jvns.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Julia Evans committed
Dec 2, 2025 at 18:11 UTC
cfdce4afcc3809fc9233bad9477f1bd8a57b7586
1 file changed
-2
Documentation/gitdatamodel.adoc
-2
@@ -235,8 +235,6 @@ there will no longer be a branch that points at the old commit.
235
The old commit is recorded in the current branch's <<reflogs,reflog>>,
236
so it is still "reachable", but when the reflog entry expires it may
237
become unreachable and get deleted.
238
-
239
-the old commit will usually not be reachable, so it may be deleted eventually.
238
Reachable objects will never be deleted.
239
240
[[index]]