-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Git
-
None
-
Environment:Using the standalone application on Mac Desktop running OS X 10.11.6
I have the following line in my .gitattributes file
*.m diff=objc
*.mm diff=objc
This causes "git diff" on the command line to show the affected function name in the hunk header of objective-C code changes. It would be great if this could also be exposed within the SourceTree UI's diff viewer panel.
Many thanks
Mark