openbsd-ports/devel/git/patches/patch-git-gui_git-gui_sh
bernd 1ff015f807 Update to git-1.6.0.2.
An earlier diff got tested by landry@. Thanks!
2008-09-27 21:47:20 +00:00

15 lines
560 B
Plaintext

$OpenBSD: patch-git-gui_git-gui_sh,v 1.5 2008/09/27 21:47:20 bernd Exp $
--- git-gui/git-gui.sh.orig Sun Aug 17 22:43:06 2008
+++ git-gui/git-gui.sh Mon Aug 25 09:30:04 2008
@@ -2997,7 +2997,9 @@ if {[winfo exists $ui_comm]} {
# in pipe mode to spellcheck the commit message.
#
set spell_cmd [list |]
- set spell_dict [get_config gui.spellingdictionary]
+ # Disable the spellchecker for now.
+ # There are issues with aspell-0.50.x.
+ set spell_dict none
lappend spell_cmd aspell
if {$spell_dict ne {}} {
lappend spell_cmd --master=$spell_dict