summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4514ad4)
raw | patch | inline | side by side (parent: 4514ad4)
author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 7 Jun 2006 19:46:55 +0000 (21:46 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 7 Jun 2006 19:48:34 +0000 (12:48 -0700) |
Additionally, reformat synopsis and remove stub notice.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-ls-tree.txt | patch | blob | history |
index 018c4019532d9eb18dcae4873cd641604e833779..7e072b53761c058939e0350435a75be6720a8f20 100644 (file)
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
-----------
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
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