1152N/A * The contents of this file are subject to the terms of the 1152N/A * Common Development and Distribution License (the "License"). 1152N/A * You may not use this file except in compliance with the License. 1152N/A * language governing permissions and limitations under the License. 1152N/A * When distributing Covered Code, include this CDDL HEADER in each 1152N/A * If applicable, add the following below this CDDL HEADER, with the 1152N/A * fields enclosed by brackets "[]" replaced with your own identifying 1152N/A * information: Portions Copyright [yyyy] [name of copyright owner] 1152N/A * Copyright (c) 2010, Trond Norbye <trond.norbye@gmail.com>. All rights reserved. 1152N/A * Access to a Git repository. 1152N/A * @author Trond Norbye <trond.norbye@gmail.com> 1289N/A // TODO: cache all of the GitRepositories within the class 1182N/A /** The property name used to obtain the client command for this repository.*/ 1182N/A "org.opensolaris.opengrok.history.repo";
1182N/A /** The command to use to access the repository if none was given explicitly */