]> source.dussan.org Git - jgit.git/commit
Remove test of the unsupported core.legacyHeaders variable 32/932/1
authorShawn O. Pearce <spearce@spearce.org>
Wed, 23 Jun 2010 17:07:44 +0000 (10:07 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 24 Jun 2010 00:29:37 +0000 (17:29 -0700)
commitdc10dd6fc85e1c6c69c74ff64db8f4c8c7c4c50b
tree27b27e5fc02aa1205cc720e23850532db14378ff
parent5ed96eb7f44edb06ebf17eece0f9679ee5713446
Remove test of the unsupported core.legacyHeaders variable

Long ago we stopped supporting the core.legacyHeaders variable,
as JGit (like C Git) stopped creating the new pack-style loose
objects, rendering this variable pointless.  The test is still
valid, it proves we write the standard loose object format for
a commit, but the variable assignment has no impact on the test
so drop it from the code.

Change-Id: I051336ada23033c05e86bbff73ae5d78a37b1640
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/T0003_Basic.java