aboutsummaryrefslogtreecommitdiffstats
path: root/app/History
diff options
context:
space:
mode:
Diffstat (limited to 'app/History')
-rw-r--r--app/History/CommitInfo.hs1
-rw-r--r--app/History/PartialCommitInfo.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/History/CommitInfo.hs b/app/History/CommitInfo.hs
index 5285e68..c24fcd9 100644
--- a/app/History/CommitInfo.hs
+++ b/app/History/CommitInfo.hs
@@ -20,6 +20,7 @@ import Issue.Tag qualified as I
import TreeGrepper.Match (Position (..))
import Prelude hiding (id)
+-- TODO Change `CommitInfo` -> `CommitIssuesAll`
data CommitInfo = CommitInfo
{ hash :: CommitHash,
filesChanged :: [FilePath],
diff --git a/app/History/PartialCommitInfo.hs b/app/History/PartialCommitInfo.hs
index fb53fbf..4d0c506 100644
--- a/app/History/PartialCommitInfo.hs
+++ b/app/History/PartialCommitInfo.hs
@@ -24,6 +24,7 @@ import System.Process.Typed (setWorkingDir)
-- | `PartialCommitInfo` records the complete issues ONLY in files that have
-- been changed in the commit.
+-- TODO Change `PartialCommitInfo` -> `CommitIssuesChanged`
data PartialCommitInfo = PartialCommitInfo
{ hash :: CommitHash,
filesChanged :: [FilePath],