Class ConfigConstants
java.lang.Object
org.eclipse.jgit.lib.ConfigConstants
Constants for use with the Configuration classes: section names,
configuration keys
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe "branch" sectionstatic final StringThe "commit" sectionstatic final StringThe "core" sectionstatic final StringThe "dfs" sectionstatic final StringThe "diff" sectionstatic final StringThe "extensions" sectionstatic final StringThe "feature" sectionstatic final StringThe "fetch" sectionstatic final StringThe "filesystem" sectionstatic final StringThe "filter" sectionstatic final StringThe "gc" sectionstatic final StringThe "gerrit" sectionstatic final StringThe "gpg" sectionstatic final StringThe "index" sectionstatic final StringThe "init" sectionstatic final StringThe "jmx" sectionstatic final StringThe "aggressiveDepth" keystatic final StringThe "aggressiveWindow" keystatic final StringThe "algorithm" keystatic final StringThe "always" key (used to configureCONFIG_KEY_AUTOSETUPREBASEandCONFIG_KEY_AUTOSETUPMERGEstatic final StringThe "attributesfile" keystatic final StringThe "auto" keystatic final StringThe "autocrlf" keystatic final StringThe "autodetach" keystatic final StringThe "autogc" keystatic final StringThe "autopacklimit" keystatic final StringThe "autosetupmerge" keystatic final StringThe "autosetuprebase" keystatic final StringThe "autostash" keystatic final StringThe "bare" keystatic final StringThe "pack.bigfilethreshold" keystatic final StringThe "pack.bitmapContiguousCommitCount" keystatic final StringThe "pack.bitmapDistantCommitSpan" keystatic final StringThe "pack.bitmapExcessiveBranchCount" keystatic final StringThe "pack.bitmapInactiveBranchAgeInDays" keystatic final StringThe "pack.bitmapRecentCommitSpan" keystatic final StringThe "blockLimit" keystatic final StringThe "blockSize" keystatic final StringThe "pack.buildBitmaps" keystatic final StringThe "checkstat" keystatic final StringThe "compression" keystatic final StringThe "concurrencyLevel" keystatic final StringThe "createchangeid" keystatic final StringThe "pack.cutDeltaChains" keystatic final StringThe "defaultBranch" keystatic final StringThe "defaultsourceref" keystatic final StringThe "deltaBaseCacheLimit" keystatic final StringThe "pack.deltaCacheLimit" keystatic final StringThe "pack.deltaCacheSize" keystatic final StringThe "pack.deltaCompression" keystatic final StringThe "pack.depth" keystatic final StringThe "dirnogitlinks" keystatic final StringThe "email" keystatic final StringThe "eol" keystatic final StringThe "excludesfile" keystatic final StringThe "false" key (used to configureCONFIG_KEY_AUTOSETUPMERGEstatic final StringThe "fetchRecurseSubmodules" keystatic final StringThe "ff" keystatic final StringThe "filemode" keystatic final StringThe "forceSignAnnotated" keystatic final StringThe "format" keystatic final StringThe "gpgSign" keystatic final StringThe "hidedotfiles" keystatic final StringThe "hooksPath" key.static final StringThe "ignore" keystatic final StringThe "inCoreLimit" key in the "merge" section.static final StringThe "indexversion" keystatic final StringThe "local" key (used to configureCONFIG_KEY_AUTOSETUPREBASEstatic final StringThe "logOutputEncoding" keystatic final StringThe "logallrefupdates" keystatic final StringThe "logexpiry" keystatic final StringThe "feature.manyFiles" keystatic final StringThe "merge" keystatic final StringThe "mergeoptions" keystatic final StringThe "minRacyThreshold" keystatic final StringThe "pack.minSizePreventRacyPack" keystatic final StringThe "name" keystatic final StringThe "never" key (used to configureCONFIG_KEY_AUTOSETUPREBASEstatic final StringThe "noprefix" key in the "diff" sectionstatic final StringThe "packedGitLimit" keystatic final StringThe "packedGitMmap" keystatic final StringThe "packedGitOpenFiles" keystatic final StringThe "packedGitUseStrongRefs" keystatic final StringThe "packedGitWindowSize" keystatic final StringThe "path" keystatic final StringThe "precomposeunicode" keystatic final StringThe "program" keystatic final StringThe "prune" keystatic final StringThe "pruneexpire" keystatic final StringThe "prunepackexpire" keystatic final StringThe "quotePath" key.static final StringThe "rebase" keystatic final StringThe "recurseSubmodules" keystatic final StringThe "refStorage" keystatic final StringThe extensions.refStorage keystatic final StringThe "remote" keystatic final StringThe "renamelimit" key in the "diff" sectionstatic final StringThe "renames" key in the "diff" sectionstatic final StringThe "repositoryformatversion" keystatic final StringThe "required" keystatic final StringThe "pack.reuseDeltas" keystatic final StringThe "pack.reuseObjects" keystatic final StringThe "signingKey" keystatic final StringThe "pack.singlePack" keystatic final StringThe "streamBuffer" keystatic final StringThe "streamFileThreshold" keystatic final StringThe "streamRatio" keystatic final StringThe "supportsAtomicFileCreation" key in the "core" sectionstatic final StringThe "symlinks" keystatic final StringThe "pack.threads" keystatic final StringThe "timestampResolution" keystatic final StringThe "true" key (used to configureCONFIG_KEY_AUTOSETUPMERGEstatic final StringThe "trustfolderstat" key in the "core" sectionstatic final StringThe "update" keystatic final StringThe "url" keystatic final StringFlag in the filter section whether to use JGit's implementations of filters and hooksstatic final StringThe "version" keystatic final StringThe "pack.waitPreventRacyPack" keystatic final StringThe "pack.window" keystatic final StringThe "pack.windowMemory" keystatic final StringThe "worktree" keystatic final StringThe "merge" sectionstatic final StringThe "pack" sectionstatic final StringThe "protocol" sectionstatic final StringThe "pull" sectionstatic final StringThe "rebase" sectionstatic final StringThe "receive" sectionstatic final StringThe "reftable" refStorage formatstatic final StringThe "remote" sectionstatic final StringA "renamelimit" value in the "diff" sectionstatic final StringA "renamelimit" value in the "diff" sectionstatic final StringThe "i18n" sectionstatic final StringThe "lfs" sectionstatic final StringThe "submodule" sectionstatic final StringThe "tag" sectionstatic final StringThe "user" sectionstatic final StringThe "workflow" section -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONFIG_CORE_SECTION
-
CONFIG_BRANCH_SECTION
-
CONFIG_REMOTE_SECTION
-
CONFIG_DIFF_SECTION
-
CONFIG_DFS_SECTION
-
CONFIG_RECEIVE_SECTION
-
CONFIG_USER_SECTION
-
CONFIG_GERRIT_SECTION
-
CONFIG_WORKFLOW_SECTION
-
CONFIG_SUBMODULE_SECTION
-
CONFIG_REBASE_SECTION
-
CONFIG_GC_SECTION
-
CONFIG_PACK_SECTION
-
CONFIG_FETCH_SECTION
-
CONFIG_PULL_SECTION
-
CONFIG_MERGE_SECTION
-
CONFIG_FILTER_SECTION
-
CONFIG_GPG_SECTION
-
CONFIG_PROTOCOL_SECTION
-
CONFIG_KEY_FORMAT
-
CONFIG_KEY_PROGRAM
-
CONFIG_KEY_SIGNINGKEY
-
CONFIG_COMMIT_SECTION
-
CONFIG_TAG_SECTION
-
CONFIG_KEY_GPGSIGN
-
CONFIG_KEY_FORCE_SIGN_ANNOTATED
The "forceSignAnnotated" key- Since:
- 5.11
- See Also:
-
CONFIG_KEY_HOOKS_PATH
-
CONFIG_KEY_QUOTE_PATH
-
CONFIG_KEY_ALGORITHM
-
CONFIG_KEY_AUTOCRLF
-
CONFIG_KEY_AUTO
-
CONFIG_KEY_AUTOGC
-
CONFIG_KEY_AUTOPACKLIMIT
-
CONFIG_KEY_EOL
-
CONFIG_KEY_BARE
-
CONFIG_KEY_EXCLUDESFILE
-
CONFIG_KEY_ATTRIBUTESFILE
-
CONFIG_KEY_FILEMODE
-
CONFIG_KEY_LOGALLREFUPDATES
-
CONFIG_KEY_REPO_FORMAT_VERSION
The "repositoryformatversion" key- See Also:
-
CONFIG_KEY_WORKTREE
-
CONFIG_KEY_BLOCK_LIMIT
-
CONFIG_KEY_BLOCK_SIZE
-
CONFIG_KEY_CONCURRENCY_LEVEL
The "concurrencyLevel" key- Since:
- 4.6
- See Also:
-
CONFIG_KEY_DELTA_BASE_CACHE_LIMIT
The "deltaBaseCacheLimit" key- See Also:
-
CONFIG_KEY_SYMLINKS
-
CONFIG_KEY_STREAM_FILE_TRESHOLD
-
CONFIG_KEY_PACKED_GIT_MMAP
The "packedGitMmap" key- Since:
- 5.1.13
- See Also:
-
CONFIG_KEY_PACKED_GIT_WINDOWSIZE
The "packedGitWindowSize" key- Since:
- 5.1.13
- See Also:
-
CONFIG_KEY_PACKED_GIT_LIMIT
The "packedGitLimit" key- Since:
- 5.1.13
- See Also:
-
CONFIG_KEY_PACKED_GIT_OPENFILES
The "packedGitOpenFiles" key- Since:
- 5.1.13
- See Also:
-
CONFIG_KEY_PACKED_GIT_USE_STRONGREFS
The "packedGitUseStrongRefs" key- Since:
- 5.1.13
- See Also:
-
CONFIG_KEY_REMOTE
-
CONFIG_KEY_MERGE
-
CONFIG_KEY_REBASE
-
CONFIG_KEY_URL
-
CONFIG_KEY_AUTOSETUPMERGE
-
CONFIG_KEY_AUTOSETUPREBASE
-
CONFIG_KEY_AUTOSTASH
-
CONFIG_KEY_NAME
-
CONFIG_KEY_EMAIL
-
CONFIG_KEY_FALSE
The "false" key (used to configureCONFIG_KEY_AUTOSETUPMERGE- See Also:
-
CONFIG_KEY_TRUE
The "true" key (used to configureCONFIG_KEY_AUTOSETUPMERGE- See Also:
-
CONFIG_KEY_ALWAYS
The "always" key (used to configureCONFIG_KEY_AUTOSETUPREBASEandCONFIG_KEY_AUTOSETUPMERGE- See Also:
-
CONFIG_KEY_NEVER
The "never" key (used to configureCONFIG_KEY_AUTOSETUPREBASE- See Also:
-
CONFIG_KEY_LOCAL
The "local" key (used to configureCONFIG_KEY_AUTOSETUPREBASE- See Also:
-
CONFIG_KEY_CREATECHANGEID
-
CONFIG_KEY_DEFBRANCHSTARTPOINT
-
CONFIG_KEY_PATH
-
CONFIG_KEY_UPDATE
-
CONFIG_KEY_IGNORE
-
CONFIG_KEY_COMPRESSION
-
CONFIG_KEY_INDEXVERSION
-
CONFIG_KEY_HIDEDOTFILES
-
CONFIG_KEY_DIRNOGITLINKS
-
CONFIG_KEY_PRECOMPOSEUNICODE
-
CONFIG_KEY_PRUNEEXPIRE
-
CONFIG_KEY_PRUNEPACKEXPIRE
The "prunepackexpire" key- Since:
- 4.3
- See Also:
-
CONFIG_KEY_LOGEXPIRY
-
CONFIG_KEY_AUTODETACH
-
CONFIG_KEY_AGGRESSIVE_DEPTH
The "aggressiveDepth" key- Since:
- 3.6
- See Also:
-
CONFIG_KEY_AGGRESSIVE_WINDOW
The "aggressiveWindow" key- Since:
- 3.6
- See Also:
-
CONFIG_KEY_MERGEOPTIONS
-
CONFIG_KEY_FF
-
CONFIG_KEY_CHECKSTAT
-
CONFIG_KEY_RENAMELIMIT
The "renamelimit" key in the "diff" section- Since:
- 3.0
- See Also:
-
CONFIG_KEY_TRUSTFOLDERSTAT
The "trustfolderstat" key in the "core" section- Since:
- 3.6
- See Also:
-
CONFIG_KEY_SUPPORTSATOMICFILECREATION
The "supportsAtomicFileCreation" key in the "core" section- Since:
- 4.5
- See Also:
-
CONFIG_KEY_NOPREFIX
The "noprefix" key in the "diff" section- Since:
- 3.0
- See Also:
-
CONFIG_RENAMELIMIT_COPY
A "renamelimit" value in the "diff" section- Since:
- 3.0
- See Also:
-
CONFIG_RENAMELIMIT_COPIES
A "renamelimit" value in the "diff" section- Since:
- 3.0
- See Also:
-
CONFIG_KEY_RENAMES
The "renames" key in the "diff" section- Since:
- 3.0
- See Also:
-
CONFIG_KEY_IN_CORE_LIMIT
The "inCoreLimit" key in the "merge" section. It's a size limit (bytes) used to control a file to be stored inHeaporLocalFileduring the merge.- Since:
- 4.9
- See Also:
-
CONFIG_KEY_PRUNE
-
CONFIG_KEY_STREAM_BUFFER
-
CONFIG_KEY_STREAM_RATIO
-
CONFIG_KEY_USEJGITBUILTIN
Flag in the filter section whether to use JGit's implementations of filters and hooks- Since:
- 4.6
- See Also:
-
CONFIG_KEY_FETCH_RECURSE_SUBMODULES
The "fetchRecurseSubmodules" key- Since:
- 4.7
- See Also:
-
CONFIG_KEY_RECURSE_SUBMODULES
The "recurseSubmodules" key- Since:
- 4.7
- See Also:
-
CONFIG_KEY_REQUIRED
-
CONFIG_SECTION_LFS
-
CONFIG_SECTION_I18N
-
CONFIG_KEY_LOG_OUTPUT_ENCODING
The "logOutputEncoding" key- Since:
- 5.2
- See Also:
-
CONFIG_FILESYSTEM_SECTION
The "filesystem" section- Since:
- 5.1.9
- See Also:
-
CONFIG_KEY_TIMESTAMP_RESOLUTION
The "timestampResolution" key- Since:
- 5.1.9
- See Also:
-
CONFIG_KEY_MIN_RACY_THRESHOLD
The "minRacyThreshold" key- Since:
- 5.1.9
- See Also:
-
CONFIG_KEY_REF_STORAGE
-
CONFIG_EXTENSIONS_SECTION
The "extensions" section- Since:
- 5.6.2
- See Also:
-
CONFIG_KEY_REFSTORAGE
-
CONFIG_REF_STORAGE_REFTABLE
The "reftable" refStorage format- Since:
- 5.7
- See Also:
-
CONFIG_JMX_SECTION
-
CONFIG_KEY_BIGFILE_THRESHOLD
The "pack.bigfilethreshold" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_BITMAP_CONTIGUOUS_COMMIT_COUNT
The "pack.bitmapContiguousCommitCount" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_BITMAP_DISTANT_COMMIT_SPAN
The "pack.bitmapDistantCommitSpan" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_BITMAP_EXCESSIVE_BRANCH_COUNT
The "pack.bitmapExcessiveBranchCount" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_BITMAP_INACTIVE_BRANCH_AGE_INDAYS
The "pack.bitmapInactiveBranchAgeInDays" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_BITMAP_RECENT_COMMIT_COUNT
The "pack.bitmapRecentCommitSpan" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_BUILD_BITMAPS
The "pack.buildBitmaps" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_CUT_DELTACHAINS
The "pack.cutDeltaChains" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_DELTA_CACHE_LIMIT
The "pack.deltaCacheLimit" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_DELTA_CACHE_SIZE
The "pack.deltaCacheSize" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_DELTA_COMPRESSION
The "pack.deltaCompression" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_DEPTH
-
CONFIG_KEY_MIN_SIZE_PREVENT_RACYPACK
The "pack.minSizePreventRacyPack" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_REUSE_DELTAS
-
CONFIG_KEY_REUSE_OBJECTS
The "pack.reuseObjects" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_SINGLE_PACK
-
CONFIG_KEY_THREADS
-
CONFIG_KEY_WAIT_PREVENT_RACYPACK
The "pack.waitPreventRacyPack" key- Since:
- 5.8
- See Also:
-
CONFIG_KEY_WINDOW
-
CONFIG_KEY_WINDOW_MEMORY
The "pack.windowMemory" key- Since:
- 5.8
- See Also:
-
CONFIG_FEATURE_SECTION
-
CONFIG_KEY_MANYFILES
-
CONFIG_INDEX_SECTION
-
CONFIG_KEY_VERSION
-
CONFIG_INIT_SECTION
-
CONFIG_KEY_DEFAULT_BRANCH
-
-
Constructor Details
-
ConfigConstants
public ConfigConstants()
-