Re: [PATCH 4/4] doc: replay: move “default”to the right-hand-side
From: Junio C Hamano <hidden> Date: 2026-05-30 22:37:28
kristofferhaugsbakk@fastmail.com writes:
-`update` (default);; Update refs directly using an atomic transaction.
+`update`;; (default) Update refs directly using an atomic transaction.
This looks sensible. Nice.
All refs are updated or none are (all-or-nothing behavior).
`print`;; Output update-ref commands for pipeline use. This is the
traditional behavior where output can be piped to `git update-ref --stdin`.