package: gitk One thing I find myself wishing for is the ability to find a line that has been modified by using gitk. It seems to me that if I have the following in a diff
- def foo(this) + def foo(this, that=False) that I can't find the line by searching for foo. There are times I would like to know how foo has changed and I would like to search for "def foo" without knowing what else is on the line. Perhaps an option "find commit 'with string'" could be added to "find commit 'adding/removing'". Version info: I am accessing git through MINGW32 (gitbash?) under Windows XP, version 1.6.3.2-preview20090608. Best regards, Chris Smith -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

