From e54ab5e9531fc1961bbad651dfcef5a1b9e5fc94 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 3 Mar 2017 09:51:28 -0800 Subject: git: Set DEFAULT_EDITOR and DEFAULT_PAGER Otherwise, git will try to invoke vi and less if they are unset. --- pkg/git/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg') diff --git a/pkg/git/config.h b/pkg/git/config.h index d328ba1f..da25eb07 100644 --- a/pkg/git/config.h +++ b/pkg/git/config.h @@ -1,4 +1,6 @@ +#define DEFAULT_EDITOR "sam -d" #define DEFAULT_GIT_TEMPLATE_DIR "share/git-core/templates" +#define DEFAULT_PAGER "" #define ETC_GITATTRIBUTES "/etc/gitattributes" #define ETC_GITCONFIG "/etc/gitconfig" #define GIT_EXEC_PATH "libexec/git-core" -- cgit v1.2.3