Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-04-04 20:56:22 +0300
committerJunio C Hamano <gitster@pobox.com>2022-04-04 20:56:22 +0300
commit8e6e14fceab69c9aec939e67107cdbf539725815 (patch)
treeac74712caf41ddcebd98f86eb79b78473ed69e7d
parent259ec8f5b95c1a2a5cb295a05c80be441f15ad6c (diff)
parent2e2c0be51ed33598a03db51952993514708240d4 (diff)
Merge branch 'dp/worktree-repair-in-usage'
Usage string fix. * dp/worktree-repair-in-usage: worktree: include repair cmd in usage
-rw-r--r--builtin/worktree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/worktree.c b/builtin/worktree.c
index 4eaba2a8fd..9a9ee24abb 100644
--- a/builtin/worktree.c
+++ b/builtin/worktree.c
@@ -22,6 +22,7 @@ static const char * const worktree_usage[] = {
N_("git worktree move <worktree> <new-path>"),
N_("git worktree prune [<options>]"),
N_("git worktree remove [<options>] <worktree>"),
+ N_("git worktree repair [<path>...]"),
N_("git worktree unlock <path>"),
NULL
};