--- Paolo Ciarrocchi <paolo.ciarrocchi@xxxxxxxxx> wrote: > On 4/21/06, Bob Portmann <bportmann@xxxxxxxxx> wrote: > [...] > > test-log> export PAGER='more -i' > > test-log> git log > > test-log> > > > > Adding the option -i (which should do nothing) has eliminated the > > output. > > Well, on my machine: > paolo@Italia:~/gkernel$ more -i > more: unknown option "-i" > usage: more [-dflpcsu] [+linenum | +/pattern] name1 name2 ... Well, then try an option that does work. On my system less and more are essentially the same and -i just causes it to ignore case on searches. The PAGER is automatically setup to 'less -XRse' on my system (not sure why). Changing it to 'more' makes git-log work, but it should work with 'less -XRse' as well since that works with other commands on the system (e.g. man) and git-whatchanged as well. Bob > Ciao, > -- > Paolo > http://paolociarrocchi.googlepages.com > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - : 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