]> source.dussan.org Git - jgit.git/commit
[pgm] Prevent commands from writing progress to System.err 51/39351/3
authorRüdiger Herrmann <ruediger.herrmann@gmx.de>
Sun, 11 Jan 2015 15:20:51 +0000 (16:20 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 13 Jan 2015 10:01:00 +0000 (11:01 +0100)
commit3285d2f238993f53d00f5e9f1069a33f3d5ba1a2
treedc276d26c29f5bcefe8a693ba54ad57bff86d064
parent7fafd37298c706aee0895451c3d709adca058202
[pgm] Prevent commands from writing progress to System.err

Commands which report progress used to write to System.err. This is not
desirable in cases where jgit.pgm is embedded. This change redirects
progress output to the error stream that is configured by the command.

Change-Id: I01fa5e167437e619448ac201fcb1cbf63bad96d7
Signed-off-by: Rüdiger Herrmann <ruediger.herrmann@gmx.de>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Diff.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Fetch.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Gc.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/IndexPack.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Push.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/RebuildCommitGraph.java