rowanj / gitx

Fork of Pieter's nice git GUI for OS X. Includes branch/tag sidebar and various fixes. Current development focus is on removing legacy git command line usage in favour of libgit2 and objective-git.
http://rowanj.github.com/gitx
Other
2.15k stars 205 forks source link

Add searching for a diff result #441

Open soniccat opened 9 years ago

soniccat commented 9 years ago

I like how gitx represents git diff or git log -p results. After typing for example "git diff | gitx" I see a nice window but I can't search through all these lines Cmd+f just doesn't work. It would be really handy to have this feature.