# HG changeset patch # User Meredith Howard # Date 1434163805 14400 # Node ID 38ea48f9eae9fc8ba6ea628dd96c04fc4115456e # Parent 39f8cd12ec5cbeef24d1b8c61e8e7185df65d6e5 skip the pager in git-up diff --git a/.gitconfig b/.gitconfig --- a/.gitconfig +++ b/.gitconfig @@ -35,5 +35,5 @@ # https://github.com/aanand/git-up # $ gem install git-up [git-up "rebase"] - log-hook = "echo \"changes on $1 -> $2:\"; git log --oneline --decorate $1..$2" + log-hook = "echo \"changes on $1 -> $2:\"; git --no-pager log --oneline --decorate $1..$2"