Junio C Hamano <gitster@xxxxxxxxx> writes: > Here is to remind those of you who may want to add your Acked-by to > Ævar's proposed update to show your support. I've collected ones on > the list I saw in replies to the original proposal [*1*] but in case > I missed yours... > > Thanks. > ... > [Reference] > > *1* Message-Id: <20201228171734.30038-3-avarab@xxxxxxxxx> > > ----- >8 ---------- >8 ---------- >8 ---------- >8 ---------- >8 ----- > From: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> > Subject: [PATCH] CoC: update to version 2.0 + local changes > > Update the CoC added in 5cdf2301 (add a Code of Conduct document, > 2019-09-24 from version 1.4 to version 2.0. This is the version found > at [1] with the following minor changes: > > - We preserve the change to the CoC in 3f9ef874a73 (CODE_OF_CONDUCT: > mention individual project-leader emails, 2019-09-26) > > - We preserve the custom intro added in 5cdf2301d4a (add a Code of > Conduct document, 2019-09-24) > > This change intentionally preserves a warning emitted on "git diff > --check". It's better to make it easily diff-able with upstream than > to fix whitespace changes in our version while we're at it. > > 1. https://www.contributor-covenant.org/version/2/0/code_of_conduct/code_of_conduct.md > > Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> > Acked-by: Christian Couder <chriscool@xxxxxxxxxxxxx> > Acked-by: Derrick Stolee <dstolee@xxxxxxxxxxxxx> > Acked-by: Elijah Newren <newren@xxxxxxxxx> > Acked-by: Johannes Schindelin <johannes.schindelin@xxxxxx> > Acked-by: Jonathan Nieder <jrnieder@xxxxxxxxx> > Acked-by: brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> > --- I guess I should lead by an example ;-) The above misses mine and Signed-off-by means a totally different thing [*1*] from Acked-by. Acked-by: Junio C Hamano <gitster@xxxxxxxxx> [Footnote] *1* Most importantly, signing off is about recording provenance of the change. You certify that you have enough rights to pass the patch along to the project, and you agree that the fact that you contributed the patch will be recorded in perpetuity. It does not mean that you agree to the change in the patch and you do not assure correctness of the patch by signing it off. I signed off the above patch to say I got it from Ævar and committing it as-is, but it does not say that I agree with the move of our CoC to Contributor Covenant 2.0, hence my Ack here.