git-gui: Show a round number of bytes of large untracked text files
[gitweb.git] / lib / diff.tcl
index abe502d97104cb62bed308b0f5025c9d014834fb..6e08704dbbcd331862393da3449b48d42a2a7b46 100644 (file)
@@ -164,7 +164,7 @@ proc show_other_diff {path w m cont_info} {
        # - Git won't give us the diff, there's nothing to compare to!
        #
        if {$m eq {_O}} {
-               set max_sz [expr {128 * 1024}]
+               set max_sz 100000
                set type unknown
                if {[catch {
                                set type [file type $path]