diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2006-06-07 21:46:55 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-07 12:48:34 -0700 |
commit | fd7e9fb7ae206a64b87c7faecfc88716e98a7577 (patch) | |
tree | 0988bbc75ba8989ff9f074b8b17cddff24be7400 | |
parent | Document git aliases support (diff) | |
download | tgif-fd7e9fb7ae206a64b87c7faecfc88716e98a7577.tar.xz |
Document git-ls-tree --fullname
Additionally, reformat synopsis and remove stub notice.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-ls-tree.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Documentation/git-ls-tree.txt b/Documentation/git-ls-tree.txt index 018c401953..7e072b5376 100644 --- a/Documentation/git-ls-tree.txt +++ b/Documentation/git-ls-tree.txt @@ -8,9 +8,10 @@ git-ls-tree - Lists the contents of a tree object SYNOPSIS -------- +[verse] 'git-ls-tree' [-d] [-r] [-t] [-z] - [--name-only] [--name-status] [--full-name] [--abbrev=[<n>]] - <tree-ish> [paths...] + [--name-only] [--name-status] [--full-name] [--abbrev=[<n>]] + <tree-ish> [paths...] DESCRIPTION ----------- @@ -47,6 +48,10 @@ OPTIONS lines, show only handful hexdigits prefix. Non default number of digits can be specified with --abbrev=<n>. +--full-name:: + Instead of showing the path names relative the current working + directory, show the full path names. + paths:: When paths are given, show them (note that this isn't really raw pathnames, but rather a list of patterns to match). Otherwise @@ -72,8 +77,6 @@ Documentation Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. -This manual page is a stub. You can help the git documentation by expanding it. - GIT --- Part of the gitlink:git[7] suite |