This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
http://hyeonseok.com/soojung/dev/2013/09/02/743.html | |
git diff -U1 --word-diff > ../diff.txt | |
Execute this command from repository then run this script. | |
*/ | |
$diff_file = file('diff.txt'); |
NewerOlder