nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 3ade8b29cc99c7449e4c83674957d69217cc3a4f
parent 51a6d5897e63eda0c7cb1eef0f018934042ead09
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 24 Aug 2020 09:29:05 +0200

build: stop distributing the README.GIT file

There is no need for normal users to build from git.  Do not give
the impression that that procedure is in any way recommended.

Diffstat:
MMakefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -6,7 +6,7 @@ if USE_COLOR SUBDIRS += syntax endif -EXTRA_DIST = IMPROVEMENTS README.GIT +EXTRA_DIST = IMPROVEMENTS ACLOCAL_AMFLAGS = -I m4