]> git.hungrycats.org Git - linux/commitdiff
Revert "zygo: prevent multiple concurrent git ops"
authorZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Tue, 26 Mar 2019 18:57:01 +0000 (14:57 -0400)
committerZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Tue, 26 Mar 2019 18:57:01 +0000 (14:57 -0400)
This reverts commit 850012bf26072bbf3e9412dc1976b00dd3a03c30.

zygo/reset-kernel

index 8e6a74b37dc43dd9bce9acdb5281cbe4adaa8107..ce49faa7f940058c29080af1e79976bf4648b866 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 set -x
-flock -x .git/description git clean -qdfx
-flock -x .git/description git reset --hard
+git clean -qdfx
+git reset --hard