On Tue, Mar 28, 2023 at 11:39:28AM -0600, Felipe Contreras wrote: > --- > t/t0001-init.sh | 4 ++-- > t/t3432-rebase-fast-forward.sh | 4 ++-- > t/t4013-diff-various.sh | 6 +++--- > t/t5512-ls-remote.sh | 4 ++-- > t/t5516-fetch-push.sh | 8 ++++---- > t/test-lib.sh | 4 ++-- > 6 files changed, 15 insertions(+), 15 deletions(-) Maybe I'm misreading your patch or its subject line, but all of these hunks convert from something (usually "status") _to_ "stat". Is the point to avoid "status", not "stat"? Or the other way around? Thanks, Taylor