]> 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>
Tue, 4 Jun 2019 11:50:50 +0000 (12:50 +0100)
commit753e4572d7e8b836daf6087820c49637b3b23602
tree045963fb6fbe7ba2dbd3deea1a866536a1109ff9
parent8c8b4b96a251deed6a48349e29e6043d2903daec
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
patchwork/parser.py