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?
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.
-- Hannes