fix: Always Use Long Git Status
Description
Updates tests at L277 and L293 in internal/git/stacked_test.go to specify the --long argument. This will have no effect on most users, but in cases where a user's git is configured to provide a short status by default this will ensure that the tests checking for English status messages succeed.
Closes #8253 (closed)
- fix: Always Use Long Git Status
Related Issues
How has this been tested?
Easiest test to avoid caching was the following (Ensure a relevant .gitconfig file exists and is setting status.short=true):
go test ./internal/... -count=1Screenshots (if appropriate):
N/A