aboutsummaryrefslogtreecommitdiffstats
path: root/app/Git
diff options
context:
space:
mode:
Diffstat (limited to 'app/Git')
-rw-r--r--app/Git/CommitHash.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Git/CommitHash.hs b/app/Git/CommitHash.hs
index 0caecf4..c53e2d8 100644
--- a/app/Git/CommitHash.hs
+++ b/app/Git/CommitHash.hs
@@ -28,6 +28,7 @@ toTextUnsafe :: CommitHash -> T.Text
toTextUnsafe (Commit hash) = hash
toTextUnsafe _ = error "toTextUnsafe: WorkingDir"
+-- REVIEW Why is this unsafe?
instance P.Render CommitHash where
render = P.render . P.Detailed