diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-24 13:50:41 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-11-07 13:22:26 +0100 |
commit | 3bdaff7c176bdf00da9177a87819dad2c50c25b8 (patch) | |
tree | 04380063275f3e5b570cf5e100b951233b8e12de /app/History/PartialCommitInfo.hs | |
parent | 2e032a5210d5166a42797ee8f296ec4228d6d838 (diff) |
add renaming issues
Diffstat (limited to 'app/History/PartialCommitInfo.hs')
-rw-r--r-- | app/History/PartialCommitInfo.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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], |