git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sparse-checkout: remove stray trailing space
@ 2021-12-23 17:07 Elijah Newren via GitGitGadget
  0 siblings, 0 replies; only message in thread
From: Elijah Newren via GitGitGadget @ 2021-12-23 17:07 UTC (permalink / raw)
  To: git; +Cc: Elijah Newren, Elijah Newren

From: Elijah Newren <newren@gmail.com>

Reported-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
---
    sparse-checkout: remove stray trailing space
    
    Reported at
    https://lore.kernel.org/git/CANYiYbE+1o-8KxY2UGaCMdZJEPtnbTWgBrcFf7E-_ra76=kWmQ@mail.gmail.com/.

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-23 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-23 17:07 [PATCH] sparse-checkout: remove stray trailing space Elijah Newren via GitGitGadget

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).