From 87de360e984e50b929776b9b9414346550342d4e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Dec 2020 10:37:07 -0400 Subject: [PATCH] populate new field --- Annex/Ingest.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Annex/Ingest.hs b/Annex/Ingest.hs index c240ca152f..d36932cc6f 100644 --- a/Annex/Ingest.hs +++ b/Annex/Ingest.hs @@ -378,6 +378,7 @@ addAnnexedFile ci matcher file key mtmp = ifM (addUnlocked matcher mi) Just tmp -> MatchingFile $ FileInfo { contentFile = Just tmp , matchFile = file + , matchKey = Just key } -- Provide as much info as we can without access to the -- file's content.