leo

Results 145 comments of leo

Imagine the following situation: In the case where you have just entered the first few characters, all the files may match the filter, so the number of files displayed is...

done. you can download the latest CI build from github action.

done. you can download the latest CI build from Github Action. ![image](https://github.com/user-attachments/assets/601fc610-3f93-4a41-bc0b-5378bcfe010a)

Could you please do some tests for me? What's the output when you run `git diff --ignore-cr-at-eol ${COMMIT_SHA}^ ${COMMIT_SHA} -- ${FILE_PATH}` > [!NOTE] > You need replace the `${COMMIT_SHA}` and...

It's very strange. Do you only have the problem in this repo, or do all repos have the problem?

I installed Fedora 40 in a virtual machine (VirtualBox) and cannot reproduce this issue ![image](https://github.com/user-attachments/assets/9d0378f1-ec5a-457e-8d8e-327535dbbae3)

@nevse Cound you start the app from commandline by `open -a SourceGit` to see if the issue still exists?

or could you test the diff command to make sure the command used by SourceGit is supported on your system. ```shell git diff --ignore-cr-at-eol --unified=4 COMMIT_HASH^ COMMIT_HASH -- "FILE_PATH" ```...

In addition, I pushed a commit to force the `--patch` parameter in the `git diff` command. I'm not sure if it is the reason that causes this issue since I...

i think i know the problem. you are using an external diff tool...