Skip to content

Commit 4cecea5

Browse files
committed
NO MERGE debug CI failure by printing pigeon diff
1 parent d6b1c2d commit 4cecea5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/check

+5
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ files_check() {
175175
check_no_changes() {
176176
local change_description="$1"; shift
177177

178+
cat >&2 <<EOF
179+
Changes:
180+
\`git diff -a -- "$@"\` says:
181+
$(git diff -a -- "$@")
182+
EOF
178183
if git diff --quiet -- "$@" \
179184
&& no_untracked_files "$@"; then
180185
return

0 commit comments

Comments
 (0)