Hi,
On 04/20/2010 02:38 AM, Chris Lumens wrote:
BTW how do you guys get fancy subject line tags like "[master]
[rhel6-branch]" ?
git format-patch --subject-prefix="PATCH rhel6-branch" ...
is what I'm doing. I don't know of any better way to do this.
format-patch does not appear to have any useful configuration option.
I have separate git clone's for each branch I work on (hurray for
large disks and fast internet). And then in my anaconda-rhel6
dir (where an anaconda git clone lives with the rhel6-branch checked
out) I have the following in .git/config:
[format]
subjectprefix = PATCH rhel6-branch
Like wise for my anaconda-f13 dir, etc. Of course if you're doing
a patch on master and want to indicate it will also go to
rhel6-branch and f13-branch, you will need to do so on
the cmdline as Chris said.
Regards,
Hans
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list