git.droids-corp.org
/
diff2html.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c23d783
)
add "-" in wordbreak chars
author
Olivier Matz
<zer0@droids-corp.org>
Sun, 6 Jan 2013 17:43:28 +0000
(18:43 +0100)
committer
Olivier Matz
<zer0@droids-corp.org>
Sun, 13 Jan 2013 17:54:09 +0000
(18:54 +0100)
Signed-off-by: Scito <info@scito.ch>
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
diff2html.py
patch
|
blob
|
history
diff --git
a/diff2html.py
b/diff2html.py
index
92bbf36
..
9bbf9b6
100644
(file)
--- a/
diff2html.py
+++ b/
diff2html.py
@@
-106,7
+106,7
@@
hunk_off1, hunk_size1, hunk_off2, hunk_size2 = 0, 0, 0, 0
# Characters we're willing to word wrap on
-WORDBREAK = " \t;.,/):"
+WORDBREAK = " \t;.,/):
-
"
def sane(x):
r = ""