Hi, On Sat, 30 Jan 2010, Markus Heidelberg wrote: > diff --git a/git-rebase.sh b/git-rebase.sh > index b5d9178..fb4fef7 100755 > --- a/git-rebase.sh > +++ b/git-rebase.sh > @@ -86,7 +86,7 @@ continue_merge () { > fi > fi > test -z "$GIT_QUIET" && > - git log --format=%s -1 "$cmt" > + GIT_PAGER='' git log --format=%s -1 "$cmt" Would it not be better 'git --no-pager log [...]'? Ciao, Dscho -- 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