log

age author description
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
Sun, 06 Mar 2016 23:00:45 +0000 HackBot <ais523> rm test2
Sun, 06 Mar 2016 23:00:24 +0000 HackBot <ais523> ` echo test > test2
Sun, 06 Mar 2016 22:58:05 +0000 HackBot <shachaf> revert