Index: recipe_modules/gclient/example.expected/revision.json |
diff --git a/recipe_modules/gclient/example.expected/revision.json b/recipe_modules/gclient/example.expected/revision.json |
index e8910ee69bd810c3a94416d1651acc5cbb457dd5..2aaa8413e1509db7a24fa07f52080fc166686189 100644 |
--- a/recipe_modules/gclient/example.expected/revision.json |
+++ b/recipe_modules/gclient/example.expected/revision.json |
@@ -82,6 +82,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", |