Hi, On Mon, Nov 7, 2011 at 2:26 PM, Alexey Shumkin <Alex.Crezoff@xxxxxxxxx> wrote: > As far as my config is large enough to be paged I set pager.config=less > setting. But since that moment when I run > $ git config --edit > I get > Vim: Warning: Output is not to a terminal > And some messed config output > > The same happens if to run > $ vim .git/config | less So git is trying to tell vim to pipe its output to less. vim can't do that because it needs a terminal, as it's the only way vim is usable. Should pager.config then only be used with --list? -- 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