[rb-general] Website is neigh unreadable
Holger Levsen
holger at layer-acht.org
Wed Oct 19 20:12:56 CEST 2016
On Wed, Oct 19, 2016 at 08:05:37PM +0200, Profpatsch wrote:
> > splitting patches or reverting bits? :)
> Huh, probably reverting and then applying the split patches?
Almost. I reverted the change to the footer of the pages by doing:
git revert HEAD
git format-patch -1
git rebase -i HEAD~2 -> remove the last commit (the revert)
vi 0001*patch # remove the chunks I *don't* want to revert!
git am < 0001*patch
rm 0001*patch
--
cheers,
Holger
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: Digital signature
URL: <http://lists.reproducible-builds.org/pipermail/rb-general/attachments/20161019/bf071e97/attachment.sig>
More information about the rb-general
mailing list