commit | d2593a24e6a5795f264258bb6ac342c8aa3da294 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Dec 23 13:03:22 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Tue Jan 04 12:05:05 2011 -0800 |
tree | c02aae884253ecd616e43a336aaf7eb0c0147fb5 | |
parent | 4b706ff6cf4b427af18b320273e3e246635c9d1e [diff] |
Use Project.NameKey in GitRepositoryManager This simplifies all of the calling sites, where they have a Project.NameKey on hand and would prefer not to invoke .get() to convert it into a String. Change-Id: If661fc07cff542a57af3c28f27ab401ce7b3a656 Signed-off-by: Shawn O. Pearce <sop@google.com>