Thiago Farina wrote: > On Wed, Jul 7, 2010 at 12:19 PM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: >> | $ git log --oneline --author=Thiago origin/pu >> | 183113a string_list: Add STRING_LIST_INIT macro and make use of it. >> | [...] >> | $ git branch tf/string-list-init 183113a > > How did you figure out the part "tf/string-list-init"? I made it up. Actually, I used git log --ancestry-path 183113a..origin/pu for some unrelated purpose and remembered the name Junio used, but the name is completely unimportant; my local branch can be named tf/string-list-macro and it would still work. Or I can use no local branch at all, like this: git branch -r --contains 183113a I am guessing you tried the equivalent of git branch -r --contains 0afcb5f7 which asks git a different question. -- 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