summaryrefslogtreecommitdiffstats
path: root/git-ls-files.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-08-03 15:15:54 +0000
committerJunio C Hamano <junio@kernel.org>2010-08-03 15:15:54 +0000
commita978876a665cbf17575e06e27f29c77326621c09 (patch)
treee5a708f860ea4caf83f8d08d68c88781f3b87163 /git-ls-files.txt
parent8ac9d8afca61866e40b7c3bac22175b842e66aa3 (diff)
downloadgit-htmldocs-a978876a665cbf17575e06e27f29c77326621c09.tar.gz
Autogenerated HTML docs for v1.7.2.1-22-ge7bdd
Diffstat (limited to 'git-ls-files.txt')
-rw-r--r--git-ls-files.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/git-ls-files.txt b/git-ls-files.txt
index 3521637b5..a7c8174d0 100644
--- a/git-ls-files.txt
+++ b/git-ls-files.txt
@@ -106,8 +106,16 @@ OPTIONS
with `-s` or `-u` options does not make any sense.
-t::
- Identify the file status with the following tags (followed by
- a space) at the start of each line:
+ This feature is semi-deprecated. For scripting purpose,
+ linkgit:git-status[1] `--porcelain` and
+ linkgit:git-diff-files[1] `--name-status` are almost always
+ superior alternatives, and users should look at
+ linkgit:git-status[1] `--short` or linkgit:git-diff[1]
+ `--name-status` for more user-friendly alternatives.
++
+This option identifies the file status with the following tags (followed by
+a space) at the start of each line:
+
H:: cached
S:: skip-worktree
M:: unmerged
@@ -132,6 +140,12 @@ OPTIONS
lines, show only a partial prefix.
Non default number of digits can be specified with --abbrev=<n>.
+--debug::
+ After each line that describes a file, add more data about its
+ cache entry. This is intended to show as much information as
+ possible for manual inspection; the exact format may change at
+ any time.
+
\--::
Do not interpret any more arguments as options.