diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-15 06:56:46 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-18 02:41:56 +0200 |
commit | d88156e943ab4ab5990fb8929fc432f7638df7f6 (patch) | |
tree | 6ae0da58f99832249935dd9cfc2ce97f2e7291d4 /Documentation/git-ls-tree.txt | |
parent | Update git-status to new git-diff-* and git-ls-files output. (diff) | |
download | git-d88156e943ab4ab5990fb8929fc432f7638df7f6.tar.xz git-d88156e943ab4ab5990fb8929fc432f7638df7f6.zip |
Update documentation for C-style quoting.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-ls-tree.txt')
-rw-r--r-- | Documentation/git-ls-tree.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-ls-tree.txt b/Documentation/git-ls-tree.txt index cdc5654a99..ba0438e9ad 100644 --- a/Documentation/git-ls-tree.txt +++ b/Documentation/git-ls-tree.txt @@ -38,6 +38,10 @@ Output Format ------------- <mode> SP <type> SP <object> TAB <file> +When `-z` option is not used, TAB, LF, and backslash characters +in pathnames are represented as `\t`, `\n`, and `\\`, +respectively. + Author ------ |