Ikumi Keita <ik...@ikumi.que.jp> writes:

> Hi all,

Hi Ikumi,

> After installing git and playing a little with `git format-patch', I
> began to realize that the requested format isn't so complicated.  If I
> understand correctly, the format is basically a patch with meta data
> embedded in the email style headers like From:, Date: and so on.
> Right?

That is correct.  Git uses the "headers" in the mbox file to extract
commit information, such as author, date, subject, etc.

> Then, contrary to my previous observation, `hg email' did almost the
> right job.  The attached file is produced by `hg email --git --plain
> --to dummy --mbox FILE_NAME -r REVISION'.  Could you check whether it is
> compatible enough for your work flow?

I can confirm that I was able to insert your patch into my git
repository. :-)

Thanks,
-- 
Matt

_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to