Skip to content
Snippets Groups Projects
Commit 34ba47117164 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

formatter: rename {abspath}/{file} to {path}, and drop relative {path} (BC)

Note that {path} in status is either relative-to-cwd or repository-absolute
depending on the command argument and config knob, which can't be reproduced
by using the {path|relpath} filter. The default template is updated to always
use a relative path.

.. bc::

   ``{abspath}`` and ``{file}`` in generic templates are renamed to ``{path}``.
   Any ``{path}`` is a repository-absolute path. Use ``{path|relpath}`` to
   convert it to a filesystem path.
parent 5b1d406b39f1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment