Commit 15ec576
committed
check: Use --text when potentially diffing generated files
The diffs generated from running `tools/check build_runner` were not
detected. See comment:
zulip#904 (comment)
We normally exclude diffs from generated files through our
`.gitattributes` configurations. This happens to `git --quiet --
[<path>...]` too. -a/--text allows us to include those files
regardless.
Signed-off-by: Zixuan James Li <zixuan@zulip.com>1 parent d1a2538 commit 15ec576
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
0 commit comments