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.