]> source.dussan.org Git - jgit.git/commit
Display progress while checking connectivity on push 98/23298/2
authorShawn Pearce <spearce@spearce.org>
Thu, 13 Mar 2014 00:13:10 +0000 (17:13 -0700)
committerShawn Pearce <sop@google.com>
Thu, 13 Mar 2014 03:19:12 +0000 (23:19 -0400)
commit4c3e7931ed1eb2c686e6e90a57e9122cf603d68c
tree903185444bb7d7ebb7c39e753215a136ada82087
parent088e80315b1289a108254354328ff06cff8b8080
Display progress while checking connectivity on push

Verifying 100 new objects are fully connected to the existing DAG
is usually very cheap. Checking the entire Linux kernel history is
fully connected when pushing it to a new repository can take 30-60
seconds. Display a progress counter during this time so the client
knows the server is still working.

Change-Id: Iababe3ee1d35cb82f2bef2f12da7a2ecd03282b0
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java