From 60321ef7c5e8c2abc395bebadadf77d789a06945 Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Sun, 9 Jun 2019 02:51:40 +0000 Subject: v2writable: implement ->replace call Much of the existing purge code is repurposed to a general "replace" functionality. ->purge is simpler because it can just drop the information. Unlike ->purge, ->replace needs to edit existing git commits (in case of From: and Subject: headers) and reindex the modified message. We currently disallow editing of References:, In-Reply-To: and Message-ID headers because it can cause bad side effects with our threading (and our lack of rethreading support to deal with excessive matching from incorrect/invalid References). --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 5085bff8..321da033 100644 --- a/MANIFEST +++ b/MANIFEST @@ -236,6 +236,7 @@ t/psgi_text.t t/psgi_v2.t t/purge.t t/qspawn.t +t/replace.t t/reply.t t/search-thr-index.t t/search.t -- cgit v1.2.3-24-ge0c7