[PATCH] D72374: [docs] use git diff instead of git format-patch
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 06:58:56 PDT 2020
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
I normally use `git diff` even on Linux. If someone comes up with a reason why `format-patch` is better for generating a diff for Phab, they can add it back in.
LGTM
================
Comment at: llvm/docs/Phabricator.rst:64
+* ``git diff HEAD~1 -U999999 > mypatch.patch``
* ``svn diff --diff-cmd=diff -x -U999999``
----------------
While you're here, please delete the svn line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72374/new/
https://reviews.llvm.org/D72374
More information about the llvm-commits
mailing list