]> source.dussan.org Git - jgit.git/commit
Report progress while updating references 56/3556/2
authorShawn O. Pearce <spearce@spearce.org>
Fri, 27 May 2011 17:46:02 +0000 (10:46 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 10 Jun 2011 00:29:46 +0000 (17:29 -0700)
commit1a87a725be28cb33f370bb62db69ae672a64c56b
tree6b176f94d16c0c7a8f9afb56a316b0f7f2ed0289
parent0ab7be9681912ef5d11fe10af1f7536c2feaa662
Report progress while updating references

If a fetch or push needs to apply more than a few references
to the local repository it may take more than 0.25 seconds to
process all of the updates.  This is especially true in the DHT
storage system during an initial push of a project with many tags.
The backend database may need to use a transaction to ensure each
tag reference creation is unique, and there may be large delays
caused by these transactions.

Change-Id: Ib11a077adfbd525253e425d327f2e2c2380804c7
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchProcess.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java