]> git.refcnt.org Git - colorize.git/commit
Merge branch 'merge_part_line'
authorSteven Schubiger <stsc@refcnt.org>
Wed, 30 Sep 2015 14:14:11 +0000 (16:14 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 30 Sep 2015 14:14:11 +0000 (16:14 +0200)
commit7f313b1c22e61541aea2bcbe666639e05e69c9ad
tree18c7f55a23e8c53cbbcbc3270b5973b1c483472c
parent3582f0672895201b3c460c4aeec9fa7b8ee7480f
parentf77dfa416cafc1a9db80349b31e6cb82e7f0491d
Merge branch 'merge_part_line'

When cleaning lines with --clean[-all], reduce allocating space
for the partial line in memory.  Previously, string concatenation
may have lead to excessive use of memory.