prpr
Well-Known Member
Try (something like) this:I can't find a(n easy) way of downloading a diff
Code:
cd /mod/git/webif
git diff 0d7ba4744f^..master >/tmp/webif.diff
cd /mod/webif
patch -p 2 -i /tmp/webif.diff
Try (something like) this:I can't find a(n easy) way of downloading a diff
cd /mod/git/webif
git diff 0d7ba4744f^..master >/tmp/webif.diff
cd /mod/webif
patch -p 2 -i /tmp/webif.diff
GNU patch for CF....
If you've got a decent patch (rather than the Busybox one) then you can try adding --dry-run first.
Instructions missedTry (something like) this:
If you've got a decent patch (rather than the Busybox one) then you can try adding --dry-run first.Code:cd /mod/git/webif git diff 0d7ba4744f^..master >/tmp/webif.diff cd /mod/webif patch -p 2 -i /tmp/webif.diff
git pull upstream master
to update local git repository but worked fine I assumed you'd be following your own instructions (great help, thanks, as until yesterday I'd never committed anything using git)!Instructions missedgit pull upstream master
to update local git repository
Good. Thanks.I can confirm that dlnahelper is working again and I was able to run detectads in chaseun mode
I have tweaked my windows and firefox settings and can confirm that Play also works correctlyI haven't followed the replacement of VLC player so can't confirm the changes in Play yet