Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Shawn O. Pearce
<spearce@spearce.org>
Thu, 24 Apr 2008 01:38:30 +0000
(21:38 -0400)
committer
Shawn 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
patch
|
blob
|
history
raw
(from parent 2:
ddc3603
)
diff --git
a/lib/database.tcl
b/lib/database.tcl
index d66aa3fe3367e0a8db0ee5c90925352a3a143198..a18ac8b4308d8263a0688058524282b72bafe77a 100644
(file)
--- a/
lib/database.tcl
+++ b/
lib/database.tcl
@@
-102,8
+102,8
@@
proc hint_gc {} {
*]]
if {$objects_current >= $object_limit} {
- set objects_current [expr {$objects_current * 25
6
}]
- set object_limit [expr {$object_limit * 25
6
}]
+ set objects_current [expr {$objects_current * 25
0
}]
+ set object_limit [expr {$object_limit * 25
0
}]
if {[ask_popup \
[mc "This repository currently has approximately %i loose objects.