logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: ea08bc71b717624bb3a1bb69f832cc3e816b21fd
parent c747d7f797780c906f4901f6b93f1f89ca0a833a
Author: Michael Forney <mforney@mforney.org>
Date:   Mon,  4 Nov 2019 21:42:54 -0800

git: Use ed as the default editor

Diffstat:

Mpkg/git/config.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/git/config.h b/pkg/git/config.h @@ -1,4 +1,4 @@ -#define DEFAULT_EDITOR "sam -d" +#define DEFAULT_EDITOR "ed" #define DEFAULT_GIT_TEMPLATE_DIR "share/git-core/templates" #define DEFAULT_PAGER "" #define ETC_GITATTRIBUTES "/etc/gitattributes"