Index: recipe_modules/gclient/example.expected/basic.json |
diff --git a/recipe_modules/gclient/example.expected/basic.json b/recipe_modules/gclient/example.expected/basic.json |
index 9926a3add1e9baaa7636ed5562b4b44e672014e1..50c336b997f813b201385f68e707f106d8e6ac94 100644 |
--- a/recipe_modules/gclient/example.expected/basic.json |
+++ b/recipe_modules/gclient/example.expected/basic.json |
@@ -80,6 +80,21 @@ |
}, |
{ |
"cmd": [ |
+ "git", |
+ "diff", |
+ "--cached", |
+ "--name-only" |
+ ], |
+ "cwd": "[ROOT]/src", |
+ "name": "git diff to analyze patch", |
+ "stdout": "/path/to/tmp/", |
+ "~followup_annotations": [ |
+ "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
+ "@@@STEP_LOG_END@files@@@" |
+ ] |
+ }, |
+ { |
+ "cmd": [ |
"python", |
"-u", |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |