From c2987d5d7de09c22ac5119e18c0f561eec5bdbbb Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 3 Mar 2014 21:53:02 +0900 Subject: [PATCH] shrc: pager for git does not chop long lines --- shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shrc b/shrc index b44cf61..67cd11c 100755 --- a/shrc +++ b/shrc @@ -145,7 +145,7 @@ fi # export CDPATH=".:~" export VISUAL="$EDITOR" -export GIT_PAGER="less -FS" +export GIT_PAGER="less -F" export GIT_EDITOR="$EDITOR" export GIT_MERGE_AUTOEDIT=no