log bin/revert @ 11302:9273695dd44e

age author description
Sun, 25 Sep 2016 20:31:46 +0000 HackBot <fizzie> revert 58b9ee8f97a7
Sun, 06 Mar 2016 23:13:35 +0000 HackBot <b_jonas> `` echo $\'#!/bin/sh\\nexec git checkout HEAD^ .\\n\' > bin/revert
Sun, 06 Mar 2016 23:10:42 +0000 HackBot <b_jonas> `` echo $\'#!/bin/sh\\nexec git revert --no-commit HEAD\\n\' > bin/revert
Sun, 06 Mar 2016 23:06:25 +0000 HackBot <b_jonas> `` echo $\'#!/bin/sh\\nexec git revert HEAD\\n\' > bin/revert
Sun, 06 Mar 2016 23:05:43 +0000 HackBot <b_jonas> `` echo $\'#!/bin/sh\\nexec git reset --hard HEAD^\\n\' > bin/revert