From: Elijah Newren <newren@xxxxxxxxx> Reported-by: Jiang Xin <worldhello.net@xxxxxxxxx> Signed-off-by: Elijah Newren <newren@xxxxxxxxx> --- sparse-checkout: remove stray trailing space Reported at https://lore.kernel.org/git/CANYiYbE+1o-8KxY2UGaCMdZJEPtnbTWgBrcFf7E-_ra76=kWmQ@xxxxxxxxxxxxxx/. Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1106%2Fnewren%2Fremove-stray-trailing-space-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1106/newren/remove-stray-trailing-space-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/1106 builtin/sparse-checkout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/sparse-checkout.c b/builtin/sparse-checkout.c index 0dae44c5759..45e838d8f87 100644 --- a/builtin/sparse-checkout.c +++ b/builtin/sparse-checkout.c @@ -759,7 +759,7 @@ static int sparse_checkout_set(int argc, const char **argv, const char *prefix) } static char const * const builtin_sparse_checkout_reapply_usage[] = { - N_("git sparse-checkout reapply [--[no-]cone] [--[no-]sparse-index] "), + N_("git sparse-checkout reapply [--[no-]cone] [--[no-]sparse-index]"), NULL }; base-commit: d35954160a2c00a741e41030ff8449a9ae958439 -- gitgitgadget