jgit/org.eclipse.jgit.pgm/META-INF
Robin Rosenberg caa362f20d Check for write errors in standard out and exit with error
The underlying problem is that System.out is a PrintWriter and
as such it does not throw exceptions on error, but rather just
sets a flag and continues.

This changes replaces the use of System.out with a PrintWriter-like
writer that does not catch error, but instead throw them to the
caller.

Bug: 366243
Change-Id: I44405edc4416e943b87f09a0f6ed041c6c51b046
2012-09-16 11:12:47 -07:00
..
services Added new Status CLI command 'jgit status' 2012-09-09 21:10:59 +02:00
MANIFEST.MF Check for write errors in standard out and exit with error 2012-09-16 11:12:47 -07:00
SOURCE-MANIFEST.MF Prepare 2.1.0 builds 2012-06-14 00:45:13 +02:00