Excerpts from Sascha Silbe's message of Fri Oct 15 23:46:25 +0200 2010:

> Check out the --subject-prefix option of git format-patch. git send-email
> delegates the actual patch preparation to git format-patch (unless you
> pass it a pre-formatted patch as a file).

Forgot to mention: Because it's the same string per repository, the
easiest way to handle this is to set the subject prefix in the git
configuration:

sascha.si...@twin:~/sugar-jhbuild/source/sugar-base$ git config 
format.subjectprefix "PATCH sugar-base"
sascha.si...@twin:~/sugar-jhbuild/source/sugar-base$ cd ../sugar-toolkit/
sascha.si...@twin:~/sugar-jhbuild/source/sugar-toolkit$ git config 
format.subjectprefix "PATCH sugar-toolkit"
sascha.si...@twin:~/sugar-jhbuild/source/sugar-toolkit$ cd ../sugar
sascha.si...@twin:~/sugar-jhbuild/source/sugar$ git config format.subjectprefix 
"PATCH sugar"
sascha.si...@twin:~/sugar-jhbuild/source/sugar$ cd ../sugar-datastore/
sascha.si...@twin:~/sugar-jhbuild/source/sugar-datastore$ git config 
format.subjectprefix "PATCH sugar-datastore"

Sascha
-- 
http://sascha.silbe.org/
http://www.infra-silbe.de/

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to