]> git.armaanb.net Git - stagit.git/commit
dont truncate summary length anymore
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 7 May 2017 10:02:48 +0000 (12:02 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 7 May 2017 10:06:45 +0000 (12:06 +0200)
commit7cb669f74f6aeacdbc092267c690624032073eec
tree0c6188bf63a3c39622355dbbaf6edf3c3729c633
parentdc8d0c84ff1f09b25e36313a1de6848f51a32320
dont truncate summary length anymore

make sure not partial (invalid) utf-8 sequences are written. The old logic
truncated by bytelen was wrong. It is too complex to implement it in a
correct way with git: it is not assured a commit message is UTF-8 encoded.

remove showlinecount and summarylen variables.
stagit.c