From 060e602dcb4ce94cd57ccdc4256a136fc36d9c40 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Mon, 16 Feb 2026 07:45:47 +0100 Subject: builtin/history: rename "--ref-action=" to "--update-refs=" With the preceding commit we have changed "--ref-action=" to only control which refs are supposed to be updated, not what happens with them. As a consequence, the option is now somewhat misnamed, as we don't control the action itself anymore. Rename it to "--update-refs=" to better align it with its new use. Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- Documentation/git-history.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/git-history.adoc b/Documentation/git-history.adoc index df2900ac2f..4dbe665ec4 100644 --- a/Documentation/git-history.adoc +++ b/Documentation/git-history.adoc @@ -8,7 +8,7 @@ git-history - EXPERIMENTAL: Rewrite history SYNOPSIS -------- [synopsis] -git history reword [--dry-run] [--ref-action=(branches|head)] +git history reword [--dry-run] [--update-refs=(branches|head)] DESCRIPTION ----------- @@ -66,7 +66,7 @@ OPTIONS objects will be written into the repository, so applying these printed ref updates is generally safe. -`--ref-action=(branches|head)`:: +`--update-refs=(branches|head)`:: Control which references will be updated by the command, if any. With `branches`, all local branches that point to commits which are descendants of the original commit will be rewritten. With `head`, only -- cgit v1.3