Skip to content

Commit

Permalink
Show newly created files in git diff, if any
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Feb 17, 2025
1 parent b7ae258 commit 44e7572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
if: ${{ steps.check_update_meson.outcome == 'failure' }}
shell: bash -l {0}
run: |
git add --intent-to-add . # also show newly created files in git diff
git status
git diff
Expand Down

0 comments on commit 44e7572

Please sign in to comment.