remove slightly unsafe use of head
authorJoey Hess <joeyh@joeyh.name>
Thu, 26 Sep 2024 21:21:22 +0000 (17:21 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 26 Sep 2024 21:21:22 +0000 (17:21 -0400)
commit5a8add5d5510c0766738d50ac7bde490ba3fa821
tree860991e0657f217b5fd6717c680ed39a122f1416
parent99236376e72125593300ac22d46c7db82f2bd0ea
remove slightly unsafe use of head

If git rev-parse somehow didn't output anything, git-annex would crash
here.
Command/Uninit.hs