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
11 to patch into your local checkout: https://codereview.appspot.com/6201055/
13 because there is no standard Windows "patch" tool.
16 …velopers/contributing-code#TOC-Instructions-for-Reviewer:-Checking-in-the-patch-for-a-non-committer
21 git cl patch 6201055
26 1. Prepare your local workspace to accept the patch.
29 want to apply the patch.
31 clean enough" for your purposes). If the codereview patch was against
35 2. Download the raw patch set.
37 * Open the codereview web page and look for the "Download raw patch set"
42 download the patch from the command line:
46 --output patch.txt
49 --output-document=patch.txt
53 'patch.txt'
55 3. Apply this patch to your local checkout.
58 to apply the patch.
61 patch -p1 <patch.txt
66 4. Complications: If the patch fails to apply, the following may be happening:
69 patch was made against an old revision of the repository, and cannot be applied
71 workspace to an older revision, then re-apply the patch.)