File: use-git-pager-settings-ec6555d8311a8bec.yaml

package info (click to toggle)
git-pw 2.0.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 480 kB
  • sloc: python: 1,972; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    *git-pw* will now choose use the same rules as Git to select the pager
    used for ``list`` commands. This means the pager will be chosen based on a
    variety of environment variables and git config options:

        The order of preference is the ``$GIT_PAGER`` environment variable,
        then ``core.pager`` configuration, then ``$PAGER``, and then the
        default chosen at compile time (usually ``less``)