From: Julia Evans Date: Tue, 2 Dec 2025 18:11:24 +0000 (+0000) Subject: doc: remove stray text in Git data model X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=cfdce4afcc3809fc9233bad9477f1bd8a57b7586;p=0xmirror%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitdatamodel.adoc b/Documentation/gitdatamodel.adoc index 3614f5960e..dcfdff0346 100644 --- a/Documentation/gitdatamodel.adoc +++ b/Documentation/gitdatamodel.adoc @@ -235,8 +235,6 @@ there will no longer be a branch that points at the old commit. The old commit is recorded in the current branch's <>, so it is still "reachable", but when the reflog entry expires it may become unreachable and get deleted. - -the old commit will usually not be reachable, so it may be deleted eventually. Reachable objects will never be deleted. [[index]]