On Wed, Feb 25, 2009 at 11:22:40PM +0900, Junichi Uekawa wrote: > I can apply patches submitted through Debian bugs with > 'git am'. > > However, these will have the title of > > Re: Bug# XXXXXX: bug report title > > > It would be nice to have 'git dch' support that kind of special notion > and include (closes:# ) for such. > > > --meta-closes seems to do something in the direction similar to this, > but not quite. Wouldn't it make more sense to have a tool that reformats the messages from the BTS in a way that git-dch can handle these?
I'm using git-am too and have to reformat most of the mail anyway so something like a gbp-am that: * applies the patch using git-am * reformats the subject by stripping the "bug# xxxx [package xy]" part * adding a proper "Closes: #" meta tag would probably be something useful? - Guido -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

