ls-files: add missing documentation for --resolve-undo option
commit2a34b3181dba0d2049dff127ee70aca0c255a7ad
authorElijah Newren <newren@gmail.com>
Fri, 13 Jan 2023 04:41:51 +0000 (13 04:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Jan 2023 19:55:16 +0000 (13 11:55 -0800)
treec6851817adbba2f5bac8ebdd350463dc3d5bc2cf
parentc48035d29b4e524aed3a32f0403676f0d9128863
ls-files: add missing documentation for --resolve-undo option

ls-files' --resolve-undo option has existed ever since 9d9a2f4aba
("resolve-undo: basic tests", 2009-12-25), but was never documented.
However, the option has been referred to in the ls-files manual itself
ever since ce74de931d ("ls-files: introduce "--format" option",
2022-07-23), making its omission a bit jarring.  Document this option.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-ls-files.txt