Originally posted by: AyappanP
Thanks for reporting the issue.
I see this in config.mak.uname file which is used by Makefile.
ifeq ($(uname_S),AIX)
DEFAULT_PAGER = more
For AIX, the default pager is set to "more". Looks like one can override this setting with the configure option --with-pager=VALUE (with VALUE being less or equivalent ).
As you said, using "less" as the default pager will be better. In the future builds of git, we will make the default pager to "less" .
#AIX-Open-Source-Software#AIXOpenSource