Git development
 help / color / mirror / Atom feed
* commit takes 8 secs; but instant when offline - can I fix this?
@ 2008-11-02 14:08 13ren
  2008-11-02 14:13 ` Thomas Rast
  0 siblings, 1 reply; 4+ messages in thread
From: 13ren @ 2008-11-02 14:08 UTC (permalink / raw)
  To: git


Hi all,

With the network plugged in, git-commit takes 8 seconds.

When I unplug the network, commit is instant...

I confirmed this with a fresh test directory, just adding an extra line to
the file "test" for each commit:

> git init
Initialized empty Git repository in /home/user/gitexpt/.git/
> vi test
> git add *

> date; git commit -a -m "add minor change"; date
Mon Nov  3 00:31:02 EST 2008
Created commit 9b845a2: add minor change
 1 files changed, 2 insertions(+), 0 deletions(-)
Mon Nov  3 00:31:10 EST 2008

> date; git commit -a -m "add test, without network"; date
Mon Nov  3 00:46:00 EST 2008
Created commit dd02a69: add test, without network
 1 files changed, 3 insertions(+), 0 deletions(-)
Mon Nov  3 00:46:00 EST 2008

> git --version
git version 1.5.6.3

Anyone know why is git-commit so slow? Or if there I can anything to change
this?

I'd assumed the slowness was normal, since I'm new to version control. I've
googled and searched mailing lists, but haven't found this. Could be just my
installation (or others make the same assumption?)

Many thanks for any help... I'm going a little crazy here.


-- 
View this message in context: http://n2.nabble.com/commit-takes-8-secs--but-instant-when-offline---can-I-fix-this--tp1445352p1445352.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-02 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 14:08 commit takes 8 secs; but instant when offline - can I fix this? 13ren
2008-11-02 14:13 ` Thomas Rast
2008-11-02 16:34   ` Brendan Macmillan
2008-11-02 19:18     ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox