RE: git bug report
From: <hidden>
Date: 2023-08-04 17:28:56
On Friday, August 4, 2023 12:46 PM, Paul Watson wrote:
Thank you for filling out a Git bug report! Please answer the following questions to help us understand your issue. What did you do before the bug happened? (Steps to reproduce your issue) 9:43:55.45 2023-08-04 C:\src\t\scripts>TYPE .\t1.txt this is t1.txt 9:43:57.92 2023-08-04 C:\src\t\scripts>TYPE .\t2.txt this is t2.txt 9:43:58.04 2023-08-04 C:\src\t\scripts>"C:\Program Files\Git\cmd\git.exe" diff --exit- code --no-index --ignore-all-space --shortstat .\t1.txt .\t2.txt 1 file changed, 1 insertion(+), 1 deletion(-)
Can you retry this without --shortstat so we can see what git is reporting as a difference. Thanks, Randall