diff options
author | Jayson Rhynas <jayrhynas@gmail.com> | 2024-07-26 11:41:40 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-07-26 10:53:21 -0700 |
commit | c1997074966a9eee7354bd3310048660a6287570 (patch) | |
tree | 4673b96ade567999a8744fcf8e95259bce19a1c1 /builtin/commit.c | |
parent | ad57f148c6b5f8735b62238dda8f571c582e0e54 (diff) |
doc: fix hex code escapes in git-ls-files
The --format option on the git-ls-files man page states that `%xx`
interpolates to the character with hex code `xx`. This mirrors the
documentation and behavior of `git for-each-ref --format=...`. However,
in reality it requires the character with code `XX` to be specified as
`%xXX`, mirroring the behaviour of `git log --format`.
Signed-off-by: Jayson Rhynas <jayrhynas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions