Documentation/git-history: document default for "--update-refs="
While we document the values that can be passed to the "--update-refs=" option, we don't give the user any hint what the default behaviour is. Document it. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Patrick Steinhardt committed
Feb 16, 2026 at 07:45 UTC
1278a26544e81dddf564fd7730890a7e023ed367
1 file changed
+1
-1
Documentation/git-history.adoc
+1
-1
@@ -70,7 +70,7 @@ OPTIONS
70
Control which references will be updated by the command, if any. With
71
`branches`, all local branches that point to commits which are
72
descendants of the original commit will be rewritten. With `head`, only
73
- the current `HEAD` reference will be rewritten.
73
+ the current `HEAD` reference will be rewritten. Defaults to `branches`.
74
75
GIT
76
---