diff options
author | Nanako Shiraishi <nanako3@lavabit.com> | 2008-12-31 19:00:50 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-01 04:43:23 -0800 |
commit | e1a59774077e21fc9862a968440dd23003345b4a (patch) | |
tree | d461c7e64b5c13ca645668ea13c1d3e4805ae728 /builtin-ls-tree.c | |
parent | ls-tree: add --full-tree option (diff) | |
download | tgif-e1a59774077e21fc9862a968440dd23003345b4a.tar.xz |
Document git-ls-tree --full-tree
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-ls-tree.c')
-rw-r--r-- | builtin-ls-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-ls-tree.c b/builtin-ls-tree.c index c386aa5754..5b63e6eada 100644 --- a/builtin-ls-tree.c +++ b/builtin-ls-tree.c @@ -23,7 +23,7 @@ static int chomp_prefix; static const char *ls_tree_prefix; static const char ls_tree_usage[] = - "git ls-tree [-d] [-r] [-t] [-l] [-z] [--name-only] [--name-status] [--full-name] [--abbrev[=<n>]] <tree-ish> [path...]"; + "git ls-tree [-d] [-r] [-t] [-l] [-z] [--name-only] [--name-status] [--full-name] [--full-tree] [--abbrev[=<n>]] <tree-ish> [path...]"; static int show_recursive(const char *base, int baselen, const char *pathname) { |