Skip to content

Commit 44e7572

Browse files
committed
Show newly created files in git diff, if any
1 parent b7ae258 commit 44e7572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-meson.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
if: ${{ steps.check_update_meson.outcome == 'failure' }}
8787
shell: bash -l {0}
8888
run: |
89+
git add --intent-to-add . # also show newly created files in git diff
8990
git status
9091
git diff
9192

0 commit comments

Comments
 (0)