nnn/misc/patches
luukvbaal 93e7995ab5
Add user patch framework (#1037)
* Add user patch framework

* Add git status patch

* Add namefirst-gitstatus compatibility

* Add patch targets

* Fix gitstatus colors and patch order
2021-06-02 09:57:06 +05:30
..
gitstatus Add user patch framework (#1037) 2021-06-02 09:57:06 +05:30
namefirst Add user patch framework (#1037) 2021-06-02 09:57:06 +05:30
README.md Add user patch framework (#1037) 2021-06-02 09:57:06 +05:30

User Patch Framework

This directory contains user submitted patches that were rejected from mainline as they tend to be more subjective in nature. The patches will be adapted on each release when necessary (v4.1 onwards). Each patch can be applied through its respective make variable during compilation. In case inter-patch merge conflicts occur, a compatability patch is provided and will automatically be applied.

List of patches

Patch (a-z) Description Make variable
gitstatus Add git status column to the detail view. Requires libgit2. O_GISTATUS
namefirst Print filenames first in the detail view. Print user/group columns when a directory contains different users/groups. O_NAMEFIRST

To apply the patches, use the corresponding make variables, e.g.:

make O_NAMEFIRST=1