Index: recipe_modules/git/example.expected/count-objects_with_bad_output.json |
diff --git a/recipe_modules/git/example.expected/count-objects_with_bad_output.json b/recipe_modules/git/example.expected/count-objects_with_bad_output.json |
index 9b176e86038d4b1321b6758f1460e93747e8e67f..23214b740d1f0f9fc2accb57947ce13fe5c1d156 100644 |
--- a/recipe_modules/git/example.expected/count-objects_with_bad_output.json |
+++ b/recipe_modules/git/example.expected/count-objects_with_bad_output.json |
@@ -160,6 +160,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" |
], |