Improve error reporting in the branch dialog
[egit/imyousuf.git] / org.spearce.egit.core / src / org / spearce / egit / core / GitCorePreferences.java
blob7148b1217f2df7a36d2717dfefde3f915c520c7e
1 /*******************************************************************************
2 * Copyright (C) 2008, Shawn O. Pearce <spearce@spearce.org>
4 * All rights reserved. This program and the accompanying materials
5 * are made available under the terms of the Eclipse Public License v1.0
6 * See LICENSE for the full license text, also available.
7 *******************************************************************************/
8 package org.spearce.egit.core;
10 /** Preferences used by the core plugin. */
11 public class GitCorePreferences {
12 /** */
13 public static final String core_packedGitWindowSize = "core_packedGitWindowSize";
14 /** */
15 public static final String core_packedGitLimit = "core_packedGitLimit";
16 /** */
17 public static final String core_packedGitMMAP = "core_packedGitMMAP";
18 /** */
19 public static final String core_deltaBaseCacheLimit = "core_deltaBaseCacheLimit";