Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: Always use absolute path to all git executables
[gitweb.git]
/
lib
/
database.tcl
diff --git
a/lib/database.tcl
b/lib/database.tcl
index 43e4a289bba9c265d6652ce404d75967a57f7ca3..87c815d7ac4f64d4d837f950f6f60e141a4433d5 100644
(file)
--- a/
lib/database.tcl
+++ b/
lib/database.tcl
@@
-2,7
+2,7
@@
# Copyright (C) 2006, 2007 Shawn Pearce
proc do_stats {} {
- set fd [
open "| git count-objects -v" r
]
+ set fd [
git_read count-objects -v
]
while {[gets $fd line] > 0} {
if {[regexp {^([^:]+): (\d+)$} $line _ name value]} {
set stats($name) $value