Menu

#65 PatchUnidiff requires tabs in header lines

closed-fixed
nobody
None
5
2008-07-11
2007-11-05
Anonymous
No

Please do not require tabs in header lines. This is incompatible with git and quilt diffs.

Instead of testing
$line =~ /^\-\-\- (.*)\t/
please use
$line =~ /^\-\-\- ([^\t]+)/

Discussion

  • David Sitsky

    David Sitsky - 2008-07-11

    Logged In: YES
    user_id=208928
    Originator: NO

    Has been fixed. Will be available in 1.9.6.

     
  • David Sitsky

    David Sitsky - 2008-07-11
    • status: open --> closed-fixed
     

Log in to post a comment.