Hi Ikumi,

2016-04-10 12:53 GMT+02:00 Ikumi Keita <[email protected]>:
> Hi Mosè,
>
>> Thanks for your patch, looks good to me.  Could you please provide a
>> commit patch with the ChangeLog entry as commit message?
>
> Sorry, I'm not sure how "commit patch" should look like.

I mean a patch for a commit produced with git format-patch.  For
example, to produce a set of patches for the last 4 commits in your
local branch you can use

    $ git format-patch -n4

This is useful because we can easily install the patches preserving
author and messages.

> Actually, I'm
> using mercurial with hg-git plugin, so my patch may lack the detail the
> real git would append.

Ok, fine.  According to http://mo.morsi.org/blog/node/300 `hg email
--git' is the Mercurial equivalent of `git format-patch'.  Make sure
your commit has the ChangeLog entry as commit message, like what we
usually do in AUCTeX.

Bye,
Mosè

_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to