diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-03-05 10:37:45 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-05 10:37:45 -0800 |
| commit | cdf458c60eaaced338990f2aad96341a05836236 (patch) | |
| tree | 4111e19c3e3ba61d12f37748b2d6bb2bf5057197 | |
| parent | Merge branch 'jc/breaking-changes-early-adopter-option' (diff) | |
| parent | refs: show --no-reflog in the help text (diff) | |
| download | git-cdf458c60eaaced338990f2aad96341a05836236.tar.gz git-cdf458c60eaaced338990f2aad96341a05836236.zip | |
Merge branch 'kn/ref-migrate-skip-reflog'
Usage string of "git refs" has been corrected.
* kn/ref-migrate-skip-reflog:
refs: show --no-reflog in the help text
| -rw-r--r-- | builtin/refs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/refs.c b/builtin/refs.c index c459507d51..44d592a94c 100644 --- a/builtin/refs.c +++ b/builtin/refs.c @@ -8,7 +8,7 @@ #include "worktree.h" #define REFS_MIGRATE_USAGE \ - N_("git refs migrate --ref-format=<format> [--dry-run]") + N_("git refs migrate --ref-format=<format> [--no-reflog] [--dry-run]") #define REFS_VERIFY_USAGE \ N_("git refs verify [--strict] [--verbose]") |
