| Index: recipe_modules/git/example.expected/basic.json
|
| diff --git a/recipe_modules/git/example.expected/basic.json b/recipe_modules/git/example.expected/basic.json
|
| index f4cafcbe515817f42cf6cbbc20436f3ba3286e11..97a2b595aa356b872f811ae5e9789fd19be68e57 100644
|
| --- a/recipe_modules/git/example.expected/basic.json
|
| +++ b/recipe_modules/git/example.expected/basic.json
|
| @@ -155,6 +155,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"
|
| ],
|
|
|