Closed
Description
As a long time Git Extensions user I love SourceGit. Might be the first real cross platform alternative I have found. Based on some initial testing I only detected two features I am missing for now:
- I would like using Ctrl+f in Files tab of a selected commit to allow me to find a file by name. As far as I can see Git Extensions is using this command to list all the files:
git ls-tree -z -r --name-only <commit_hash>
. - In the changes tab I can search within a diff of selected file but I would like the search to automatically go through all the files in the diff.