From 3003d0778aed0afcfe766d1595348b83e59df616 Mon Sep 17 00:00:00 2001 From: "Chris West (Faux)" Date: Sat, 16 Dec 2017 15:35:04 +0000 Subject: docs: pq: warn that DEP3 support is incomplete --- docs/chapters/patches.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/chapters/patches.xml b/docs/chapters/patches.xml index f074931c..e93be5c3 100644 --- a/docs/chapters/patches.xml +++ b/docs/chapters/patches.xml @@ -52,6 +52,24 @@ the your &debian-branch;, of course. + + Also, beware that &gbp-pq; currently has incomplete support for + DEP3 headers. + Initially, parsing with git-mailinfo(1) is attempted, + which supports only the From and + Subject fields. If neither of these are + present, &gbp-pq; will attempt to convert the patch from DEP3 format into + a git-mailinfo(1) compatible format. This involves first + loading From using the + Author field and + Subject using the first line of the + Description field. Then, any additional + fields (such as Origin and + Forwarded), and the remainder of the + Description (if any), will be appended to + the body. + + Basic Workflow -- cgit v1.2.3