]> source.dussan.org Git - jgit.git/commit
ArchiveCommand.Format: pass output stream as first argument to putEntry 00/13100/2
authorJonathan Nieder <jrn@google.com>
Thu, 23 May 2013 23:46:29 +0000 (16:46 -0700)
committerJonathan Nieder <jrn@google.com>
Fri, 24 May 2013 01:09:04 +0000 (18:09 -0700)
commitd8177d6e195fad752de69f9bdeacbf6f6e004d2b
treee86bcc81cc0bb628b416df92232eeeb44015e9ec
parentd4932620e067a19a8cc22170fd133cc53aca2ddb
ArchiveCommand.Format: pass output stream as first argument to putEntry

This is more consistent with other APIs where the output side is the
first parameter to be analagous to the left-hand side of an
assignment.

Change-Id: Iec46bd50bc973a38b77d8367296adf5474ba515f
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/archive/ArchiveCommand.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/archive/TarFormat.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/archive/ZipFormat.java