We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad6d37e + 3744ffc commit e0e8a2dCopy full SHA for e0e8a2d
Documentation/git-ls-tree.txt
@@ -86,9 +86,9 @@ OPTIONS
86
--format=<format>::
87
A string that interpolates `%(fieldname)` from the result
88
being shown. It also interpolates `%%` to `%`, and
89
- `%xx` where `xx` are hex digits interpolates to character
90
- with hex code `xx`; for example `%00` interpolates to
91
- `\0` (NUL), `%09` to `\t` (TAB) and `%0a` to `\n` (LF).
+ `%xNN` where `NN` are hex digits interpolates to character
+ with hex code `NN`; for example `%x00` interpolates to
+ `\0` (NUL), `%x09` to `\t` (TAB) and `%x0a` to `\n` (LF).
92
When specified, `--format` cannot be combined with other
93
format-altering options, including `--long`, `--name-only`
94
and `--object-only`.
0 commit comments