Cleanup some usage of constant strings in Repository
commit048a517bcc8319754e3a0f40ce85f5d1192b8cd9
authorShawn O. Pearce <spearce@spearce.org>
Mon, 28 Apr 2008 04:45:36 +0000 (28 00:45 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 05:16:35 +0000 (11 01:16 -0400)
treecb3c9b4a28226fc9b4b7005ab78861bf18050c4d
parentb02345608c61dbbb19264cc62ff779e62c6be991
Cleanup some usage of constant strings in Repository

Some commonly used strings are declared in Constants.  We
should reuse those definitions instead of creating our own.

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