Simple application for parsing diffs and output changes in nice format.
- clone the repository
- enter to the project directory
- create virtual enviroment -
virtualenv env - activate virtual enviroment -
. ./env/bin/activate - install dependencies
pip install -r requirements.txt - run the project
./manage.py runserver - open
http://localhost:8000in browser
The application uses modified dependency whatthepatch with additionally implemented git diff binary files support. Here is PR for the implementation fully covered with tests.