mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
docs/Phabricator: Better git examples to produce full context patches
llvm-svn: 305515
This commit is contained in:
parent
c16b200865
commit
3177034f73
@ -54,7 +54,8 @@ reviewer understand your code.
|
|||||||
To get a full diff, use one of the following commands (or just use Arcanist
|
To get a full diff, use one of the following commands (or just use Arcanist
|
||||||
to upload your patch):
|
to upload your patch):
|
||||||
|
|
||||||
* ``git diff -U999999 other-branch``
|
* ``git show HEAD -U999999 > mypatch.patch``
|
||||||
|
* ``git format-patch -U999999 @{u}``
|
||||||
* ``svn diff --diff-cmd=diff -x -U999999``
|
* ``svn diff --diff-cmd=diff -x -U999999``
|
||||||
|
|
||||||
To upload a new patch:
|
To upload a new patch:
|
||||||
|
Loading…
Reference in New Issue
Block a user