Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Access to CVS



Christian Neukirchen wrote:
> Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> writes:
>> [...] if I could save a mail from my MUA somewhere and run
>> "git am foo.patch" on it. If that would extract the X-Seq: number from
>> the mail and put it in front of the first line of the commit message,
[...]
>> I'd need to take a look at git-am to see whether there is a hook that
>> would let us do something like that.
>
> Just write a tool that takes the mail, extracts X-Seq: and fiddles it
> into the Subject.  Then pipe that into git-am.

Right, that's a good point. Since we'd have to document how to configure
git-am to respect the X-Seq: header anyway, we could just to that
aswell. And keep the script in Util/git-am or something along those
lines.

Regards, Frank



Messages sorted by: Reverse Date, Date, Thread, Author