Teach RepositoryConfig to expose multi-value keys to callers
commit9996b0b20084c7b6484f71fac5361162b50d766c
authorShawn O. Pearce <spearce@spearce.org>
Sat, 19 Apr 2008 00:58:59 +0000 (18 20:58 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 05:16:30 +0000 (11 01:16 -0400)
treecf6f9fedf0ec7ef6321ad7b754d59c68271da4c0
parent852bc72a3a6fadd2ae70c30a5865f90e4211bd66
Teach RepositoryConfig to expose multi-value keys to callers

Some parts of the git config file (e.g. "remote.origin.url") can
have more than one value within the configuration file, and the of
the entries may be relevant to the caller.  In a case like this
we want to obtain all of the values as a String[] so they can be
enumerated in application level code.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/RepositoryConfig.java