| Index: recipe_modules/git/example.expected/git-cache-checkout.json
|
| diff --git a/recipe_modules/git/example.expected/git-cache-checkout.json b/recipe_modules/git/example.expected/git-cache-checkout.json
|
| index 068c33d8bb12bbe22614267419f7ef14d90a4f29..5dd47423db32cc57e548b07b32e011820c1e4c4e 100644
|
| --- a/recipe_modules/git/example.expected/git-cache-checkout.json
|
| +++ b/recipe_modules/git/example.expected/git-cache-checkout.json
|
| @@ -202,6 +202,32 @@
|
| {
|
| "cmd": [
|
| "git",
|
| + "new-branch",
|
| + "refactor"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| + "env": {
|
| + "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
|
| + },
|
| + "name": "git new-branch refactor"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "git",
|
| + "new-branch",
|
| + "feature",
|
| + "--upstream",
|
| + "refactor"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| + "env": {
|
| + "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
|
| + },
|
| + "name": "git new-branch feature"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "git",
|
| "rebase",
|
| "origin/master"
|
| ],
|
|
|