On Mon, Nov 07, 2011 at 02:43:41PM +0100, Frans Klaver 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? Yes, but it can't, because it is not the config command, but the git wrapper that respects "pager.config". We have similar issues with setting "pager.tag" (you want it for listing, but not for tag creation) and others. I should probably polish and submit the patch here: http://thread.gmane.org/gmane.comp.version-control.git/182238/focus=182475 -Peff -- 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