Skip to content

History / Laszlo's unkempt git guide for edk2 contributors and maintainers

Revisions

  • Update miscellaneous files for PR contribution process

    @makubacki makubacki committed May 28, 2024
  • Laszlo's unkempt git guide: improve git-send-email options (1) Recent git-send-email auto-CC's email addresses from miscellaneous "Whatever-by:" tags; suppress that logic as well. (What we really want is to restrict the CC'ing logic to "bodycc" + "cccmd", but there is no way to state that in a positive sense, so we need to suppress "everything else".) (2) Embedded CRLFs are best protected with base64 content-transfer-encoding; add an according option. Quoted-printable encoding tends to wreak havoc for both git-am and mailing list archives on the web. Signed-off-by: Laszlo Ersek <[email protected]>

    Laszlo Ersek committed Nov 3, 2023
  • Update mailing list links from lists.01.org to groups.io I only updated links to the top-level mailing list, not any links to individual messages. Signed-off-by: Rebecca Cran <[email protected]> Message-Id: <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]>

    @bexcran bexcran committed May 5, 2020
  • Fix link

    @mdkinney mdkinney committed Dec 3, 2019
  • EDK II Dev Process: Change push to GitHub pull request https://bugzilla.tianocore.org/show_bug.cgi?id=2315 Update wiki pages to remove instructions that directly push to edk2/master. Update these instructions to create a GitHub pull request from an EDK II Maintainer's fork of the edk2 repository. Cc: Sean Brogan <[email protected]> Cc: Bret Barkelew <[email protected]> Cc: Liming Gao <[email protected]> Cc: Andrew Fish <[email protected]> Cc: Laszlo Ersek <[email protected]> Cc: Leif Lindholm <[email protected]> Signed-off-by: Michael D Kinney <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]>

    @mdkinney mdkinney committed Dec 3, 2019
  • Remove Contributed-under tags https://bugzilla.tianocore.org/show_bug.cgi?id=1656 With the change to BSD+Patent License, the TianoCore Contributor's Agreement has been removed and as a result, a Contributed-under tag is no longer appropriate in commit messages. Remove this tag from all commit message examples in the tianocore wiki. Cc: Andrew Fish <[email protected]> Cc: Laszlo Ersek <[email protected]> Cc: Leif Lindholm <[email protected]> Signed-off-by: Michael D Kinney <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]>

    @mdkinney mdkinney committed Apr 15, 2019
  • Fix link in previous change.

    Leif Lindholm committed Oct 5, 2018
  • Add description of diff.orderFile to #10 and a reference from #23.

    Leif Lindholm committed Oct 5, 2018