Lines Matching refs:patch
7 externally-submitted patch, this is how to do it. (This technique is useful in
8 other situations too, like if you just want to try out somebody else's patch
14 patch into your local checkout: https://codereview.appspot.com/6201055/
16 there is no standard Windows "patch" tool.
19 …velopers/contributing-code#TOC-Instructions-for-Reviewer:-Checking-in-the-patch-for-a-non-committe…
24 git cl patch 6201055
29 1. Prepare your local workspace to accept the patch.
32 want to apply the patch.
34 enough" for your purposes). If the codereview patch was against an old
38 2. Download the raw patch set.
40 - Open the codereview web page and look for the "Download raw patch set" link
45 download the patch from the command line:
49 --output patch.txt
52 --output-document=patch.txt
56 `patch.txt`
58 3. Apply this patch to your local checkout.
61 to apply the patch.
64 patch -p1 <patch.txt
69 4. Complications: If the patch fails to apply, the following may be happening:
72 patch was made against an old revision of the repository, and cannot be
74 your workspace to an older revision, then re-apply the patch.)