From 45ef7fdaf520d8f638988c271194d0f3c8f3df12 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 6 Feb 2017 19:58:41 +0000 Subject: models: Modify behavior of Series.received_all At the moment, Series.received_all is only true is the number of patches received exactly matches the expected number of patches. However, there are cases where there may in fact be more patches in the final series than expected. For example, one could send patches with a subject of 'PATCH 5/4' in-reply-to an original four patch series. The parser handles this correctly, so the 'received_all' property should too. We still need to support patterns like '5/n', which are in use and do not appear to be supported since 'c21b305'. This can be done at a later stage. Signed-off-by: Stephen Finucane Tested-by: Daniel Axtens --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fd52c8c..d295c3c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,9 @@ TAGS /series # patch files -*.patch -*.diff -*.mbox +/*.patch +/*.diff +/*.mbox # cscope files cscope.* -- cgit v1.2.3