I've made a small fix for the context-header. Which IMHO makes it more apparent which of the 2 files are newest.
Header in Git-repo is now (example from libcurl): --- ./lib/curl_addrinfo.c 2015-03-25 23:44:19 +++ Git-latest/lib/curl_addrinfo.c 2015-03-25 23:39:26 Header after my .diff: --- ./lib/curl_addrinfo.c 2015-03-25 23:44:19 +++ Git-latest/lib/curl_addrinfo.c 2015-03-25 23:39:26 I've put the .diff and some description here: https://gist.github.com/gvanem/b28fe02889e05005bba5 (so I don't loose the reference to it). -- --gv