Am 6/24/2010 0:09, schrieb Junio C Hamano: > * cp/textconv-cat-file (2010-06-09) 4 commits > - [DONTMERGE] git gui: use textconv filter for diff and blame This git-gui patch needs a fixup. -- Hannes diff --git a/git-gui/lib/diff.tcl b/git-gui/lib/diff.tcl index b02d2e5..c628750 100644 --- a/git-gui/lib/diff.tcl +++ b/git-gui/lib/diff.tcl @@ -280,7 +280,7 @@ proc start_show_diff {cont_info {add_opts {}}} { lappend cmd diff-files } } - if {![is_config_false gui.textconv] && [git-version >ñ.6.1]} { + if {![is_config_false gui.textconv] && [git-version >= 1.6.1]} { lappend cmd --textconv } -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html