mirror of
https://github.com/git/git.git
synced 2024-11-18 00:13:58 +01:00
Document ls-files --with-tree=<tree-ish>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
cba8d48961
commit
7a461b5a33
@ -15,7 +15,7 @@ SYNOPSIS
|
|||||||
[-x <pattern>|--exclude=<pattern>]
|
[-x <pattern>|--exclude=<pattern>]
|
||||||
[-X <file>|--exclude-from=<file>]
|
[-X <file>|--exclude-from=<file>]
|
||||||
[--exclude-per-directory=<file>]
|
[--exclude-per-directory=<file>]
|
||||||
[--error-unmatch]
|
[--error-unmatch] [--with-tree=<tree-ish>]
|
||||||
[--full-name] [--abbrev] [--] [<file>]\*
|
[--full-name] [--abbrev] [--] [<file>]\*
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
@ -81,6 +81,13 @@ OPTIONS
|
|||||||
If any <file> does not appear in the index, treat this as an
|
If any <file> does not appear in the index, treat this as an
|
||||||
error (return 1).
|
error (return 1).
|
||||||
|
|
||||||
|
--with-tree=<tree-ish>::
|
||||||
|
When using --error-unmatch to expand the user supplied
|
||||||
|
<file> (i.e. path pattern) arguments to paths, pretend
|
||||||
|
that paths which were removed in the index since the
|
||||||
|
named <tree-ish> are still present. Using this option
|
||||||
|
with `-s` or `-u` options does not make any sense.
|
||||||
|
|
||||||
-t::
|
-t::
|
||||||
Identify the file status with the following tags (followed by
|
Identify the file status with the following tags (followed by
|
||||||
a space) at the start of each line:
|
a space) at the start of each line:
|
||||||
|
Loading…
Reference in New Issue
Block a user