Lines Matching refs:patch
5 externally-submitted patch, this is how to do it. (This technique is useful in
6 other situations too, like if you just want to try out somebody else's patch
12 to patch into your local checkout: https://codereview.appspot.com/6201055/
14 because there is no standard Windows "patch" tool.
17 …velopers/contributing-code#TOC-Instructions-for-Reviewer:-Checking-in-the-patch-for-a-non-committe…
22 git cl patch 6201055
27 1. Prepare your local workspace to accept the patch.
30 want to apply the patch.
32 clean enough" for your purposes). If the codereview patch was against
36 2. Download the raw patch set.
38 * Open the codereview web page and look for the "Download raw patch set"
43 download the patch from the command line:
47 --output patch.txt
50 --output-document=patch.txt
54 `patch.txt`
56 3. Apply this patch to your local checkout.
59 to apply the patch.
62 patch -p1 <patch.txt
67 4. Complications: If the patch fails to apply, the following may be happening:
70 patch was made against an old revision of the repository, and cannot be applied
72 workspace to an older revision, then re-apply the patch.)