jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit
Shawn O. Pearce e1b312b5f7 Use CoreConfig, UserConfig and TransferConfig directly
Rather than relying on the helpers in RepositoryConfig to get
these objects, obtain them directly through the Config API.
Its only slightly more verbose, but permits us to work with the
base Config class, which is more flexible than the highly file
specific RepositoryConfig.

This is what I really meant to do when I added the section parser
and caching support to Config, we just failed to finish updating
all of the call sites.

Change-Id: I481cb365aa00bfa8c21e5ad0cd367ddd9c6c0edd
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2010-06-23 17:29:38 -07:00
..
api Add a merge command to the jgit API 2010-05-24 09:52:28 -05:00
diff Add performance tests for MyersDiff 2009-11-05 00:27:21 +01:00
dircache Added MERGING_RESOLVED repository state 2010-05-08 22:03:18 +02:00
fnmatch Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
lib Use CoreConfig, UserConfig and TransferConfig directly 2010-06-23 17:29:38 -07:00
merge Merge branch 'cq-diff' 2010-01-06 09:55:19 -08:00
nls Externalize strings from JGit 2010-05-19 14:37:16 -07:00
patch Externalize strings from JGit 2010-05-19 14:37:16 -07:00
revwalk Fix FooterLine.matches(FooterKey) on same length keys 2010-05-04 16:25:20 -07:00
stringext Test root locale translations 2010-05-19 14:37:33 -07:00
transport Use higher level Config types when possible 2010-06-23 17:29:37 -07:00
treewalk Repository can be configured with FS 2010-06-04 19:08:58 -07:00
util Add support for computing a Change-Id à la Gerrit 2010-06-04 18:42:14 -07:00