From 878e7471fa09dcc36b478e1ac1fd305d5a90b7bf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 24 Feb 2014 19:40:14 -0400 Subject: merge from git-annex --- Git/RefLog.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Git/RefLog.hs') diff --git a/Git/RefLog.hs b/Git/RefLog.hs index 3f41e8e..98c9d66 100644 --- a/Git/RefLog.hs +++ b/Git/RefLog.hs @@ -18,5 +18,5 @@ get b = mapMaybe extractSha . lines <$$> pipeReadStrict [ Param "log" , Param "-g" , Param "--format=%H" - , Param (show b) + , Param (fromRef b) ] -- cgit v1.2.3