Lines Matching refs:revert
14 In addition to explaining how to apply and revert patches, a brief
30 How do I apply or revert a patch?
47 To revert a previously applied patch, use the -R argument to patch.
51 You can revert (undo) it like this:
162 previously and actually intended to revert it, but forgot to specify -R,
163 then you can say [y]es here to make patch revert it for you.
251 first revert the 2.6.x.y patch).
263 $ patch -p1 -R < ../patch-2.6.11.1 # revert the 2.6.11.1 patch
298 $ patch -p1 -R < ../patch-2.6.12.2 # revert the 2.6.12.2 patch
337 $ patch -p1 -R < ../patch-2.6.13-rc3 # revert the 2.6.13-rc3 patch
344 $ patch -p1 -R < ../patch-2.6.12.3 # revert the 2.6.12.3 patch
375 $ patch -p1 -R < ../patch-2.6.12-git1 # revert the 2.6.12-git1 patch
438 $ patch -p1 -R < ../2.6.12-mm1 # revert the 2.6.12-mm1 patch