]> git.ipfire.org Git - thirdparty/patchwork.git/commit
parser: Add missing extended header lines
authorPetr Vorel <petr.vorel@gmail.com>
Sun, 5 May 2019 20:20:05 +0000 (22:20 +0200)
committerStephen Finucane <stephen@that.guru>
Wed, 5 Jun 2019 10:29:43 +0000 (11:29 +0100)
commit7b141134eb97163d285daf928ab322fde27d7dc8
treef14ef9aceab8efad1960e544134538dbe28a1f19
parentb58236e9cd93f1a033768b427d601ea0de96ccfb
parser: Add missing extended header lines

Patchwork didn't recognise some patches due missing some extended header
lines (e.g. "old mode" and "new mode" for renaming file mode, see [1]).
Thus adding all modes from git doc [2].

[1] https://lists.ozlabs.org/pipermail/patchwork/2019-April/005741.html
[2] https://git-scm.com/docs/git-diff#_generating_patches_with_p

Suggested-by: Veronika Kabatova <vkabatov@redhat.com>
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Closes: #267
(cherry picked from commit 753e4572d7e8b836daf6087820c49637b3b23602)
patchwork/parser.py