public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* git rev-list --pretty=format:"" issue
@ 2013-04-17 21:11 Forrest Galloway
  2013-04-17 22:11 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Forrest Galloway @ 2013-04-17 21:11 UTC (permalink / raw)
  To: git

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.


Got the command from here:
http://git-scm.com/book/en/Git-Basics-Viewing-the-Commit-History

git log --pretty=format:"%h - %an, %ar : %s" The string above works
fine when I change the %h to %H the issue shoes up.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-18  7:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 21:11 git rev-list --pretty=format:"" issue Forrest Galloway
2013-04-17 22:11 ` Junio C Hamano
2013-04-18  7:30   ` Thomas Rast

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox