Thread (1 message) 1 message, 1 author, 2016-06-15

Re: git rev-list --pretty=format:"" issue

From: Thomas Rast <hidden>
Date: 2016-06-15 22:56:53

Junio C Hamano [off-list ref] writes:
Forrest Galloway [off-list ref] writes:
quoted
git 1.8.2.1 on OSX(Mountain Lion) installed with Homebrew

I am seeing an issue when trying to format the output from rev-list command.
git log --pretty=format:"%H - %an, %ar : %s" When I attempt the above
string, instead of printing to the shell, LESS is opened and the
output is displayed there.
[...]
Actually, less is running in both cases.
[...]
If you do not want pager, run it with no-pager, like this:

	git --no-pager log ...your other parameters...
Also note that the pager is automatically disabled if you redirect
stdout, so --no-pager is only required in some fringe cases, notably
when attempting to run git under GDB.

-- 
Thomas Rast
trast@{inf,student}.ethz.ch
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help