[PATCH] gitk: Fix crash when not using themed widgets

2012-10-07 Thread Marcus Karlsson
abled state did not display properly. The buttons may still not display correctly, however the workaround added in f062e50f will still apply if gitk is used with themed widgets. Make gitk not crash on launch when not using themed widgets. Signed-off-by: Marcus Karlsson --- gitk | 16 +

[PATCH/RFC] grep: optionally show only the match

2012-09-09 Thread Marcus Karlsson
Make git-grep optionally omit the parts of the line before and after the match. Signed-off-by: Marcus Karlsson --- Documentation/git-grep.txt | 8 +++- builtin/grep.c | 2 ++ grep.c | 7 +-- grep.h | 1 + 4 files changed, 15 insertions