On Sat, Jun 7, 2014 at 7:52 AM, ☎ Max.Suraev@fairwaves.co wrote:
Something like this:
cd osmocom-bb patch -p1 < "use osmocom auth API instead of direct calls.patch"
A better way to do it would be to save the mail as an mbox and then run this. That way you get a proper commit in the git repository.
cd osmocom-bb git am "use osmocom auth API instead of direct calls.patch"