[PATCH] D128645: Update developer policy.

Edd Barrett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 08:38:29 PDT 2022


vext01 added inline comments.


================
Comment at: llvm/docs/DeveloperPolicy.rst:88
+#. Patches should be unified diffs with "infinte context" (i.e. using something
+   like `git diff -U 999999 main`).
+
----------------
xbolva00 wrote:
> main is weird example here imho.
How comes? The docs told me to make my diffs off `main`, so that's what you'd be diffing against typically. No?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128645/new/

https://reviews.llvm.org/D128645



More information about the llvm-commits mailing list