Skip to content

Commit

Permalink
Document git-ls-tree --fullname
Browse files Browse the repository at this point in the history
Additionally, reformat synopsis and remove stub notice.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
jonas authored and Junio C Hamano committed Jun 7, 2006
1 parent 4514ad4 commit fd7e9fb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Documentation/git-ls-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fd7e9fb

Please sign in to comment.