Johannes Sixt <j.sixt@xxxxxxxxxxxxx> writes: > Junio C Hamano schrieb: >> $ git checkout -b xx/maint-fix-foo >> $ git am -3 -s ,xx-maint-fix-foo.patch > > Is this comma a hidden feature? No, just my personal convention to queue e-mails from my mailbox. >> With this patch, I could do this to find out which topic >> branches already contain the faulty commit: >> >> $ git branch --with=maint^ | grep / >> xx/maint-fix-foo > > It'd be helpful if you could construct the example in this commit > message such that you don't need the "grep /" here; otherwise, the > reader doesn't know which part of the effect is hidden by the grep. Yeah, in the example sequence, I think only maint itself and xx/maint-fix-foo are shown, so there is no need for grep. - 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