diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-08-08 14:48:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-08 14:48:44 -0700 |
commit | 43a42aa40303b2b5a3fdd04a04ce4f8d015d14eb (patch) | |
tree | 0266c7f74ea0a866b25d751b9d283c7c46cff6d3 /config.mak.uname | |
parent | dc7e09a3e0b1a06348a0b59da71ceefe08489e77 (diff) | |
parent | 995bc22d7f8c611e342095a211065f8585a08e65 (diff) | |
download | git-43a42aa40303b2b5a3fdd04a04ce4f8d015d14eb.tar.gz |
Merge branch 'ew/build-time-pager-tweaks'
The build procedure learned PAGER_ENV knob that lists what default
environment variable settings to export for popular pagers. This
mechanism is used to tweak the default settings to MORE on FreeBSD.
* ew/build-time-pager-tweaks:
pager: move pager-specific setup into the build
Diffstat (limited to 'config.mak.uname')
-rw-r--r-- | config.mak.uname | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname index 17fed2f43a..b232908f8c 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -209,6 +209,7 @@ ifeq ($(uname_S),FreeBSD) HAVE_PATHS_H = YesPlease GMTIME_UNRELIABLE_ERRORS = UnfortunatelyYes HAVE_BSD_SYSCTL = YesPlease + PAGER_ENV = LESS=FRX LV=-c MORE=FRX endif ifeq ($(uname_S),OpenBSD) NO_STRCASESTR = YesPlease |