We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ae258 commit 44e7572Copy full SHA for 44e7572
.github/workflows/ci-meson.yml
@@ -86,6 +86,7 @@ jobs:
86
if: ${{ steps.check_update_meson.outcome == 'failure' }}
87
shell: bash -l {0}
88
run: |
89
+ git add --intent-to-add . # also show newly created files in git diff
90
git status
91
git diff
92
0 commit comments