Merge branch 'maint'
authorShawn O. Pearce <spearce@spearce.org>
Thu, 24 Apr 2008 01:38:30 +0000 (21:38 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 24 Apr 2008 01:38:30 +0000 (21:38 -0400)
* maint:
git-gui: Don't use '$$cr master' with aspell earlier than 0.60

lib/database.tcl
index d66aa3fe3367e0a8db0ee5c90925352a3a143198..a18ac8b4308d8263a0688058524282b72bafe77a 100644 (file)
@@ -102,8 +102,8 @@ proc hint_gc {} {
                *]]
 
        if {$objects_current >= $object_limit} {
-               set objects_current [expr {$objects_current * 256}]
-               set object_limit    [expr {$object_limit    * 256}]
+               set objects_current [expr {$objects_current * 250}]
+               set object_limit    [expr {$object_limit    * 250}]
                if {[ask_popup \
                        [mc "This repository currently has approximately %i loose objects.