git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git log --grep missing entries?
@ 2008-05-27 20:28 Chris Frey
  2008-05-27 20:36 ` Lea Wiemann
  2008-05-27 20:40 ` Björn Steinbrink
  0 siblings, 2 replies; 4+ messages in thread
From: Chris Frey @ 2008-05-27 20:28 UTC (permalink / raw)
  To: git

Hi,

I ran into this the other day when I was looking at jgit's log history.
I retested today with the latest master branch, and it does the same thing.

So... what am I doing wrong?

	git clone git://repo.or.cz/egit/spearce.git bsd
	git log |grep "^Author:" | sort | uniq

	# note the user: Thad Hughes <thadh@thad.corp.google.com>

	# nothing appears for these commands
	git log --grep="thadh@thad.corp.google.com"
	git log --grep="google.com"
	git log --grep="thadh"

	# this works
	git log --author="thadh@thad.corp.google.com"

	# this works
	git log | grep thadh@thad.corp.google.com

- Chris

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

end of thread, other threads:[~2008-05-27 20:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-27 20:28 git log --grep missing entries? Chris Frey
2008-05-27 20:36 ` Lea Wiemann
2008-05-27 20:48   ` Chris Frey
2008-05-27 20:40 ` Björn Steinbrink

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).