Shorten progress message text from PackWriter
commitdaa5dca203dfef04978c3ff839d023f5207281f0
authorShawn O. Pearce <spearce@spearce.org>
Tue, 1 Jul 2008 03:04:01 +0000 (30 23:04 -0400)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 1 Jul 2008 21:10:50 +0000 (1 23:10 +0200)
tree6161cc16836b804890e7b4f29ab423d70b683ead
parent91ffee8dbb7efe8a5aed30cce9b1c4a55f78da6f
Shorten progress message text from PackWriter

There are traditionally three phases to a pack algorithm:

 the enumeration phase, commonly called "Counting objects"
 the delta search phase, commonly called "Compressing objects"
 the output phase, commonly called "Writing objects"

Our prior messages were too long for the text progress display
and caused the progress meters to not line up vertically on the
console.  The shorter (and more traditional) text does fit into
the column structure used by the text progress display.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/lib/PackWriter.java