rtfpessoa/diff2html-cli

seems don't support property change

lzq420241 opened this issue · 1 comments

for example, when the input is:

Property changes on: a.c ___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index:a.c
===================================================================
the output html is:
+ *

what I expected is:
src/{a.c (revision 1, filemode 100644) -> src/{a.c (revision 2, filemode 100744)

Hi @lzq420241,

That is not a valid unified diff. There is an open pr to support that diff but the owner is not updating it here rtfpessoa/diff2html#125