Message ID | 20210127234237.31856-1-eu@euandre.org |
---|---|
Headers | show |
Hello,
guix-patches--- via <guix-patches@gnu.org> writes:
> Add the mdpo package, a xgettext-like tool for Markdown.
I fixed some merge conflicts (please avoid adding new packages at the
end of a file, unless it it is their "natural" place), updated mdpo to
0.3.6 and pushed.
Thank you.
Regards,
> I fixed some merge conflicts (please avoid adding new packages at the > end of a file, unless it it is their "natural" place), updated mdpo to > 0.3.6 and pushed. How can I best avoid this type of merge conflict in the future? Is picking a random-ish position on the file a good solution?
Hello, EuAndreh <eu@euandre.org> writes: >> I fixed some merge conflicts (please avoid adding new packages at the >> end of a file, unless it it is their "natural" place), updated mdpo to >> 0.3.6 and pushed. > > How can I best avoid this type of merge conflict in the future? Is > picking a random-ish position on the file a good solution? Yes, that or alphabetically. It depends on the structure of the file. Exception is packages inheriting from another package, which must be located after the latter. Regards,
OK, thanks for the tip! I'll adopt it on my next contribution :)