summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7b507b4)
raw | patch | inline | side by side (parent: 7b507b4)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 13 Feb 2009 13:10:26 +0000 (14:10 +0100) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Fri, 13 Feb 2009 13:32:56 +0000 (14:32 +0100) |
parse_string() adapts the string length to automatically remove quotation
marks when copying the string. However, when calling string_ncopy_do()
strlen(arg) used to be called again instead of using the adapted value.
This e.g. led to wrong locale settings when using
set commit-encoding = "UTF-8"
and thus a slightly messed up display.
Thanks to Gerfried Fuchs for reporting this.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
marks when copying the string. However, when calling string_ncopy_do()
strlen(arg) used to be called again instead of using the adapted value.
This e.g. led to wrong locale settings when using
set commit-encoding = "UTF-8"
and thus a slightly messed up display.
Thanks to Gerfried Fuchs for reporting this.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
NEWS | patch | blob | history | |
tig.c | patch | blob | history |
index 7927c21bae0e1744d7d013d0ba4b8252a2ab35d1..e52130cb340ed738a176dfd289c5ce7674cc1b79 100644 (file)
--- a/NEWS
+++ b/NEWS
- Blame view: fix problem with uninitialized variable.
- Blame view: use line number information when loading blame for
specific commit.
+ - Fix handling of quoted strings in the config file.
tig-0.14
--------