skip the pager in git-up

Fri, 12 Jun 2015 22:50:05 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 12 Jun 2015 22:50:05 -0400
changeset 190
38ea48f9eae9
parent 189
39f8cd12ec5c
child 191
c2d0bb74df5f

skip the pager in git-up

.gitconfig file | annotate | diff | comparison | revisions
--- 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"
 

mercurial