Use more restrictive patterns for sideband progress scraping
commit4c44810df406115c811890336eaa131a8413149b
authorShawn O. Pearce <spearce@spearce.org>
Tue, 9 Feb 2010 18:46:01 +0000 (9 10:46 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 13 Mar 2010 00:08:13 +0000 (12 16:08 -0800)
tree2b1a46110564e29272f4eb3761572c2a999c45ca
parent3a9295b8942639b8ac9f161a84b20fe15896e6b6
Use more restrictive patterns for sideband progress scraping

To avoid scraping a non-progress message as though it were a progress
item for the progress monitor, use a more restrictive pattern to
watch the remote side's messages.  These two regexps should match
any message produced by C Git since 42e18fbf5f94 ("more compact
progress display", Oct 2007), and which first appeared in Git 1.5.4.

Change-Id: I57e34cf59d42c1dbcbd1a83dd6f499ce5e39d15d
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/transport/SideBandInputStream.java