This series allows us to more easily configure platform-specific defaults at build-time and also allow users to override them at runtime via config. Previous discussion in this thread: https://public-inbox.org/git/52D87A79.6060600@xxxxxxxxx/T/ The following changes since commit f8f7adce9fc50a11a764d57815602dcb818d1816: Sync with maint (2016-07-28 14:21:18 -0700) are available in the git repository at: git://bogomips.org/git-svn.git pager-env for you to fetch changes up to 1563ef177f9c1ee990bb3547f16bd7568a17379a: pager: implement core.pagerEnv in config (2016-08-01 00:51:42 +0000) ---------------------------------------------------------------- Eric Wong (1): pager: implement core.pagerEnv in config Junio C Hamano (1): pager: move pager-specific setup into the build Documentation/config.txt | 7 +++++++ Makefile | 19 +++++++++++++++++-- config.mak.uname | 1 + git-sh-setup.sh | 8 +++++--- pager.c | 35 +++++++++++++++++++++++++++++++---- t/t7006-pager.sh | 14 ++++++++++++++ 6 files changed, 75 insertions(+), 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html