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@xxxxxxxxxxxxxxxxxxxx> # nothing appears for these commands git log --grep="thadh@xxxxxxxxxxxxxxxxxxxx" git log --grep="google.com" git log --grep="thadh" # this works git log --author="thadh@xxxxxxxxxxxxxxxxxxxx" # this works git log | grep thadh@xxxxxxxxxxxxxxxxxxxx - Chris -- 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