projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae38261
)
silly script to fix line wraped patches
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 10 Aug 2005 23:48:25 +0000
(23:48 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 10 Aug 2005 23:48:25 +0000
(23:48 +0000)
Originally committed as revision 4502 to svn://svn.ffmpeg.org/ffmpeg/trunk
unwrap-diff
[new file with mode: 0755]
patch
|
blob
diff --git a/unwrap-diff
b/unwrap-diff
new file mode 100755
(executable)
index 0000000..
fc5b63b
--- /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