summaryrefslogtreecommitdiffstats
path: root/git-ls-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-03-28 00:28:01 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-03-28 00:28:01 +0000
commit5c3957ef11f6d420ff1ac915d0ce01295dbcb3a8 (patch)
tree56e53369239a9aae6549cac58e2aa21e8952ec9e /git-ls-tree.txt
parentf02e09f2b8259643f2cb156fd7ceec3113f8204f (diff)
downloadgit-htmldocs-5c3957ef11f6d420ff1ac915d0ce01295dbcb3a8.tar.gz
Autogenerated HTML docs for v1.3.0-rc1
Diffstat (limited to 'git-ls-tree.txt')
-rw-r--r--git-ls-tree.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-ls-tree.txt b/git-ls-tree.txt
index 5bf6d8b61..018c40195 100644
--- a/git-ls-tree.txt
+++ b/git-ls-tree.txt
@@ -8,7 +8,9 @@ git-ls-tree - Lists the contents of a tree object
SYNOPSIS
--------
-'git-ls-tree' [-d] [-r] [-t] [-z] [--name-only] [--name-status] <tree-ish> [paths...]
+'git-ls-tree' [-d] [-r] [-t] [-z]
+ [--name-only] [--name-status] [--full-name] [--abbrev=[<n>]]
+ <tree-ish> [paths...]
DESCRIPTION
-----------
@@ -40,6 +42,11 @@ OPTIONS
--name-status::
List only filenames (instead of the "long" output), one per line.
+--abbrev[=<n>]::
+ Instead of showing the full 40-byte hexadecimal object
+ lines, show only handful hexdigits prefix.
+ Non default number of digits can be specified with --abbrev=<n>.
+
paths::
When paths are given, show them (note that this isn't really raw
pathnames, but rather a list of patterns to match). Otherwise