Fetch: More structured option handling
commit3b679074bd101bdbcea89979bb1c69df0b23727e
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 12 Apr 2008 21:17:12 +0000 (12 23:17 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 16 Apr 2008 23:52:59 +0000 (17 01:52 +0200)
treeaeaa224041ffc03c27cf9e1a31f5ec6159a456f3
parent0232105eae2db0eee8b8d81e417847f1f8b18783
Fetch: More structured option handling

Manage as individual attibutes, process received options too
Convert received options to String properly before parsing, not
garbage as we did before, but then we did not use it so that
was not a problem. Also send options only once.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/fetch/FetchClient.java