From cf1cb7a8db6b911cf07a62ef0ba9ada89d70f3ca Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Wed, 10 Aug 2005 23:48:25 +0000
Subject: [PATCH] silly script to fix line wraped patches

Originally committed as revision 4502 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 unwrap-diff | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100755 unwrap-diff

diff --git a/unwrap-diff b/unwrap-diff
new file mode 100755
index 00000000000..fc5b63bc55f
--- /dev/null
+++ b/unwrap-diff
@@ -0,0 +1,2 @@
+#!/bin/sh
+tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
\ No newline at end of file
-- 
GitLab