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>
This commit is contained in:
parent
4514ad4fb7
commit
fd7e9fb7ae
@ -8,6 +8,7 @@ git-ls-tree - Lists the contents of a tree object
|
|||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
[verse]
|
||||||
'git-ls-tree' [-d] [-r] [-t] [-z]
|
'git-ls-tree' [-d] [-r] [-t] [-z]
|
||||||
[--name-only] [--name-status] [--full-name] [--abbrev=[<n>]]
|
[--name-only] [--name-status] [--full-name] [--abbrev=[<n>]]
|
||||||
<tree-ish> [paths...]
|
<tree-ish> [paths...]
|
||||||
@ -47,6 +48,10 @@ OPTIONS
|
|||||||
lines, show only handful hexdigits prefix.
|
lines, show only handful hexdigits prefix.
|
||||||
Non default number of digits can be specified with --abbrev=<n>.
|
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::
|
paths::
|
||||||
When paths are given, show them (note that this isn't really raw
|
When paths are given, show them (note that this isn't really raw
|
||||||
pathnames, but rather a list of patterns to match). Otherwise
|
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
|
Documentation by David Greaves, Junio C Hamano and the git-list
|
||||||
<git@vger.kernel.org>.
|
<git@vger.kernel.org>.
|
||||||
|
|
||||||
This manual page is a stub. You can help the git documentation by expanding it.
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
---
|
---
|
||||||
Part of the gitlink:git[7] suite
|
Part of the gitlink:git[7] suite
|
||||||
|
Loading…
Reference in New Issue
Block a user