diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-14 21:56:46 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-17 17:41:56 -0700 |
commit | d88156e943ab4ab5990fb8929fc432f7638df7f6 (patch) | |
tree | 6ae0da58f99832249935dd9cfc2ce97f2e7291d4 /Documentation/git-ls-files.txt | |
parent | 71ac8356d8f64e2408e49ee8bf35d4e69cc9359e (diff) | |
download | git-d88156e943ab4ab5990fb8929fc432f7638df7f6.tar.gz git-d88156e943ab4ab5990fb8929fc432f7638df7f6.tar.xz |
Update documentation for C-style quoting.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r-- | Documentation/git-ls-files.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index f4501d62c..8c1784d2e 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -54,7 +54,7 @@ OPTIONS succeed. -z:: - \0 line termination on output + \0 line termination on output. -x|--exclude=<pattern>:: Skips files matching pattern. @@ -100,6 +100,10 @@ the dircache records up to three such pairs; one from tree O in stage the user (or the porcelain) to see what should eventually be recorded at the path. (see git-read-tree for more information on state) +When `-z` option is not used, TAB, LF, and backslash characters +in pathnames are represented as `\t`, `\n`, and `\\`, +respectively. + Exclude Patterns ---------------- |