jgit/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm
Jonathan Nieder 1153a59e38 Add support for "jgit archive --output=<filename>"
If the --format option is not given and the output filename is,
then infer the format from that filename.  Otherwise match
"git archive" by defaulting to tar (this is a change from the
existing "jgit archive" default behavior, which was to default to
zip).

Change-Id: I5806bc48a403d05e4cfc3c180b82b33ad7cfae7f
2013-06-06 18:39:07 -07:00
..
AddTest.java Add basic "jgit add" tests 2012-11-29 16:38:07 -08:00
ArchiveTest.java Add support for "jgit archive --output=<filename>" 2013-06-06 18:39:07 -07:00
BranchTest.java Prefix an abnormal CLI command termination with 'fatal:' 2012-11-15 15:45:35 -08:00
CLIGitCommandTest.java Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
CheckoutTest.java Do not fail when checking out HEAD 2012-11-15 16:05:09 -08:00
CommitAndLogTest.java Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
ConfigTest.java Set core.precomposeunicode to true when creating repository on Mac 2012-08-22 00:36:11 +02:00
MergeTest.java Make recursive merge strategy the default merge strategy 2013-04-15 21:46:12 +02:00
ReflogTest.java Fix line endings 2013-05-03 16:19:07 +02:00
StatusTest.java status: Print conflict description for unmerged paths 2013-04-19 19:55:24 +02:00
TagTest.java Add a test for org.eclipse.jgit.pgm.Tag 2012-11-15 16:28:02 -08:00