commit | 61f57cb07d88e06a2027a4a4c571c59d353361a5 | [log] [tgz] |
---|---|---|
author | Kevin Ballard <kevin@sb.org> | Thu Dec 18 01:26:48 2008 -0800 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 22 10:16:18 2008 +1100 |
tree | 7433a0aa1a47b6211eadffdfeee11efdfa277713 | |
parent | 48027a918d89bad6735897a2c3da77c0451a038c [diff] |
gitk: Allow unbalanced quotes/braces in commit headers When parsing commits, gitk treats the headers of the commit as tcl lists. This causes errors if the header contains an unbalanced quote or open brace. Splitting the line on spaces allows us to treat it as a set of words instead of as a tcl list, which prevents errors. Signed-off-by: Kevin Ballard <kevin@sb.org> Signed-off-by: Paul Mackerras <paulus@samba.org>