From: Teng Long <dyroneteng@xxxxxxxxx> An redundant space was found in ls-tree.c, which is no doubt a small change, but it might be OK to make a commit on its own. Signed-off-by: Teng Long <dyroneteng@xxxxxxxxx> --- builtin/ls-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/ls-tree.c b/builtin/ls-tree.c index a743959f2b3..72eb70823d5 100644 --- a/builtin/ls-tree.c +++ b/builtin/ls-tree.c @@ -14,7 +14,7 @@ #include "parse-options.h" #include "pathspec.h" -static const char * const ls_tree_usage[] = { +static const char * const ls_tree_usage[] = { N_("git ls-tree [<options>] <tree-ish> [<path>...]"), NULL }; -- 2.39.0.98.g174eaa53973.dirty