summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-12-09 07:54:56 +0900
committerJunio C Hamano <gitster@pobox.com>2025-12-09 07:54:56 +0900
commitbbefa15ff58148a8585987ef91c834ba7b52a496 (patch)
tree766f7fbba8fc60d7d34a320a9b24b7cb61969fbd /builtin
parent7fc0b33b5d9ced74819132a094528154f83f4a6a (diff)
parent136f86abc052ef6186d9985fc26833ffc0484888 (diff)
Merge branch 'en/replay-doc-revision-range'
The use of "revision" (a connected set of commits) has been clarified in the "git replay" documentation. * en/replay-doc-revision-range: Documentation/git-replay.adoc: fix errors around revision range
Diffstat (limited to 'builtin')
-rw-r--r--builtin/replay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/replay.c b/builtin/replay.c
index 1f9ffd2b3e..507b909df7 100644
--- a/builtin/replay.c
+++ b/builtin/replay.c
@@ -366,7 +366,7 @@ int cmd_replay(int argc,
const char *const replay_usage[] = {
N_("(EXPERIMENTAL!) git replay "
"([--contained] --onto <newbase> | --advance <branch>) "
- "[--ref-action[=<mode>]] <revision-range>..."),
+ "[--ref-action[=<mode>]] <revision-range>"),
NULL
};
struct option replay_options[] = {