changeset 7153:cb4362e289d4

<b_jonas> `` echo $\'#!/bin/sh\\nexec git checkout HEAD^ .\\n\' > bin/revert
author HackBot
date Sun, 06 Mar 2016 23:13:35 +0000
parents d3c2f93eeb2a
children 7f8b6f376b73
files bin/revert
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/revert	Sun Mar 06 23:10:42 2016 +0000
+++ b/bin/revert	Sun Mar 06 23:13:35 2016 +0000
@@ -1,3 +1,3 @@
 #!/bin/sh
-exec git revert --no-commit HEAD
+exec git checkout HEAD^ .