Hi,
The problem statement is: Given 2 python files 'A.py' (in git repo) and 'B.py' (modified A.py - local repo), i am trying to find out the: 1. Added methods 2. Removed methods 3. Modified methods: (a) Change in method prototype (b) Change in method content Similarly for classes(changed/removed/modified) as well. Can i somehow tweak git diff to solve this problem? Any other suggestions on this will be helpful as well. Regards, Amit Bansal. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
