Skip to content

Commit

Permalink
docs/Phabricator: Better git examples to produce full context patches
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305515 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
MatzeB committed Jun 15, 2017
1 parent 240b649 commit c82adde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Phabricator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ reviewer understand your code.
To get a full diff, use one of the following commands (or just use Arcanist
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``

To upload a new patch:
Expand Down

0 comments on commit c82adde

Please sign in to comment.