openbsd-ports/devel/git/patches/patch-git-gui_git-gui_sh
bernd 5fccd654b3 Update to git-1.6.3.1.
Also:
- install gitweb and related stuff (from Simon Kuhnle)
- fix paths in some manpages (noticed by mk@)
- 64bit for date.c fix went upstream

Thanks guys!
2009-05-18 19:23:58 +00:00

15 lines
560 B
Plaintext

$OpenBSD: patch-git-gui_git-gui_sh,v 1.7 2009/05/18 19:23:58 bernd Exp $
--- git-gui/git-gui.sh.orig Thu May 7 06:29:04 2009
+++ git-gui/git-gui.sh Fri May 8 09:52:09 2009
@@ -3456,7 +3456,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