]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Use --no-pager' to stop git from forking a pager
authorSimon Glass <sjg@chromium.org>
Thu, 28 Aug 2014 15:43:37 +0000 (09:43 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 5 Sep 2014 19:40:42 +0000 (13:40 -0600)
commit9447a6b2f6c4bab325cd6b52df82b099664f80c5
tree1161acdfb45142b7a55fa7c25c00ceb0c36c169d
parent7428dc14b0f26f0f87a0f16370d39fd932af8464
patman: Use --no-pager' to stop git from forking a pager

In a headless environment the pager can apparently hang. We don't want a
pager anyway so let's request that none be used.

Reported-by: Tom Rini <trini@ti.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/gitutil.py