Merge pull request #20381 from colindean/patch-1

diagnostic: Use pushd/popd in uncommited modifications nudge
This commit is contained in:
Patrick Linnane 2025-08-06 01:38:41 +00:00 committed by GitHub
commit 1c625aa2a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -703,7 +703,7 @@ module Homebrew
If this is a surprise to you, then you should stash these modifications. If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason. should you later need to do so for some reason.
cd #{path} && git stash -u && git clean -d -f git -C "#{path}" stash -u && git -C "${path}" clean -d -f
EOS EOS
modified = status.split("\n") modified = status.split("\n")