mirror of
https://github.com/git/git.git
synced 2026-01-11 18:45:28 +00:00
ls-tree: cleanup the redundant SPACE
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@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
e6c75d8dd7
commit
925a7c6b6b
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user