projects
/
libav.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Use LC_ALL instead of LANG since the former overrides the latter.
[libav.git]
/
clean-diff
Commit
Line
Data
c66a4434
1
#!/bin/sh
c62112ff
MN
2
sed '/^+[^+]/!s/ /TaBBaT/g' |\
3
expand -t `seq -s , 9 8 200` |\
4
sed 's/TaBBaT/ /g' |\
5
sed '/^+[^+]/s/ * $//' |\
6
tr -d '\015' |\
7