Gilles Caulier ha scritto:
> Git commit 2743345ac6e75a0ba82d41e9b7650291da9e8495 by Gilles Caulier.
> Committed on 18/12/2016 at 12:24.
> Pushed by cgilles into branch 'master'.
> 
> apply patch #22 from Wolfgang

Hi Gilles,
when you apply a patch from someone else on git, please please use the
--author option in git commit to set the proper author (you can also use it
when you amend a commit).

This is better to track the authorship.

Also, Wolfgang, if you can apply the patch to your local git repository, you
export it with git format-patch <initial_revision>, and then anyone else will
be able to apply it with git am <patchfile.diff, keeping your credits.


Ciao
-- 
Luigi

Reply via email to