git-ents.gitmain
⌘K
foforge
commit d76432b
multi: finish the Advance-ref rename in gate and testutil doc comments

Assisted-by: Claude:claude-fable-5

Joseph D. Carpinelli · 1 month ago

Reviews

No reviews of this commit yet — record a verdict below.

Start a review

verdict

crates/ents-gate/src/verdict.rs @@ -27,7 +27,7 @@ /// `gate.tip-signed`: the new tip must be signed by a member /// authorized for the refname. TipSigned, - /// `gate.refname-binding`: the commit's `Ents-Ref:` trailer must + /// `gate.refname-binding`: the commit's `Advance-ref:` trailer must /// match the refname being updated. RefnameBinding, /// `gate.fast-forward`: the new tip must descend from the old tip.
crates/ents-testutil/src/seed.rs @@ -28,7 +28,7 @@ } /// Serialize `entity` as its typed tree and land it on `refname` as a -/// mutation commit carrying the `Ents-Ref:` trailer, signed by `signer` +/// mutation commit carrying the `Advance-ref:` trailer, signed by `signer` /// when one is given. Parents come from `refname`'s current tip. Returns /// the new tip. ///