summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-02-06 19:58:41 +0000
committerStephen Finucane <stephen@that.guru>2017-03-01 22:16:52 +0000
commit45ef7fdaf520d8f638988c271194d0f3c8f3df12 (patch)
treeda095923c542a2c56b970220169bf046334b4ce7 /.gitignore
parent837c5fd93595ef2d5f142642ea7248e08ab40c26 (diff)
downloadpatchwork-45ef7fdaf520d8f638988c271194d0f3c8f3df12.tar
patchwork-45ef7fdaf520d8f638988c271194d0f3c8f3df12.tar.gz
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 <stephen@that.guru> Tested-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
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.*