Class ConfigConstants

java.lang.Object
org.eclipse.jgit.lib.ConfigConstants

public final class ConfigConstants extends Object
Constants for use with the Configuration classes: section names, configuration keys
  • Field Details

    • CONFIG_CORE_SECTION

      public static final String CONFIG_CORE_SECTION
      The "core" section
      See Also:
    • CONFIG_BRANCH_SECTION

      public static final String CONFIG_BRANCH_SECTION
      The "branch" section
      See Also:
    • CONFIG_REMOTE_SECTION

      public static final String CONFIG_REMOTE_SECTION
      The "remote" section
      See Also:
    • CONFIG_DIFF_SECTION

      public static final String CONFIG_DIFF_SECTION
      The "diff" section
      See Also:
    • CONFIG_KEY_TOOL

      public static final String CONFIG_KEY_TOOL
      The "tool" key within "diff" section
      Since:
      6.1
      See Also:
    • CONFIG_KEY_GUITOOL

      public static final String CONFIG_KEY_GUITOOL
      The "guitool" key within "diff" section
      Since:
      6.1
      See Also:
    • CONFIG_DIFFTOOL_SECTION

      public static final String CONFIG_DIFFTOOL_SECTION
      The "difftool" section
      Since:
      6.1
      See Also:
    • CONFIG_KEY_PROMPT

      public static final String CONFIG_KEY_PROMPT
      The "prompt" key within "difftool" section
      Since:
      6.1
      See Also:
    • CONFIG_KEY_TRUST_EXIT_CODE

      public static final String CONFIG_KEY_TRUST_EXIT_CODE
      The "trustExitCode" key within "difftool" section
      Since:
      6.1
      See Also:
    • CONFIG_KEY_CMD

      public static final String CONFIG_KEY_CMD
      The "cmd" key within "difftool.*." section
      Since:
      6.1
      See Also:
    • CONFIG_DFS_SECTION

      public static final String CONFIG_DFS_SECTION
      The "dfs" section
      See Also:
    • CONFIG_RECEIVE_SECTION

      public static final String CONFIG_RECEIVE_SECTION
      The "receive" section
      Since:
      4.6
      See Also:
    • CONFIG_USER_SECTION

      public static final String CONFIG_USER_SECTION
      The "user" section
      See Also:
    • CONFIG_GERRIT_SECTION

      public static final String CONFIG_GERRIT_SECTION
      The "gerrit" section
      See Also:
    • CONFIG_WORKFLOW_SECTION

      public static final String CONFIG_WORKFLOW_SECTION
      The "workflow" section
      See Also:
    • CONFIG_SUBMODULE_SECTION

      public static final String CONFIG_SUBMODULE_SECTION
      The "submodule" section
      See Also:
    • CONFIG_REBASE_SECTION

      public static final String CONFIG_REBASE_SECTION
      The "rebase" section
      Since:
      3.2
      See Also:
    • CONFIG_GC_SECTION

      public static final String CONFIG_GC_SECTION
      The "gc" section
      See Also:
    • CONFIG_PACK_SECTION

      public static final String CONFIG_PACK_SECTION
      The "pack" section
      See Also:
    • CONFIG_FETCH_SECTION

      public static final String CONFIG_FETCH_SECTION
      The "fetch" section
      Since:
      3.3
      See Also:
    • CONFIG_PULL_SECTION

      public static final String CONFIG_PULL_SECTION
      The "pull" section
      Since:
      3.5
      See Also:
    • CONFIG_MERGE_SECTION

      public static final String CONFIG_MERGE_SECTION
      The "merge" section
      Since:
      4.9
      See Also:
    • CONFIG_FILTER_SECTION

      public static final String CONFIG_FILTER_SECTION
      The "filter" section
      Since:
      4.6
      See Also:
    • CONFIG_GPG_SECTION

      public static final String CONFIG_GPG_SECTION
      The "gpg" section
      Since:
      5.2
      See Also:
    • CONFIG_PROTOCOL_SECTION

      public static final String CONFIG_PROTOCOL_SECTION
      The "protocol" section
      Since:
      5.9
      See Also:
    • CONFIG_KEY_FORMAT

      public static final String CONFIG_KEY_FORMAT
      The "format" key
      Since:
      5.2
      See Also:
    • CONFIG_KEY_PROGRAM

      public static final String CONFIG_KEY_PROGRAM
      The "program" key
      Since:
      5.11
      See Also:
    • CONFIG_KEY_SIGNINGKEY

      public static final String CONFIG_KEY_SIGNINGKEY
      The "signingKey" key
      Since:
      5.2
      See Also:
    • CONFIG_COMMIT_SECTION

      public static final String CONFIG_COMMIT_SECTION
      The "commit" section
      Since:
      5.2
      See Also:
    • CONFIG_KEY_COMMIT_TEMPLATE

      public static final String CONFIG_KEY_COMMIT_TEMPLATE
      The "template" key
      Since:
      5.13
      See Also:
    • CONFIG_TAG_SECTION

      public static final String CONFIG_TAG_SECTION
      The "tag" section
      Since:
      5.11
      See Also:
    • CONFIG_KEY_CLEANUP

      public static final String CONFIG_KEY_CLEANUP
      The "cleanup" key
      Since:
      6.1
      See Also:
    • CONFIG_KEY_GPGSIGN

      public static final String CONFIG_KEY_GPGSIGN
      The "gpgSign" key
      Since:
      5.2
      See Also:
    • CONFIG_KEY_FORCE_SIGN_ANNOTATED

      public static final String CONFIG_KEY_FORCE_SIGN_ANNOTATED
      The "forceSignAnnotated" key
      Since:
      5.11
      See Also:
    • CONFIG_KEY_HOOKS_PATH

      public static final String CONFIG_KEY_HOOKS_PATH
      The "hooksPath" key.
      Since:
      5.6
      See Also:
    • CONFIG_KEY_QUOTE_PATH

      public static final String CONFIG_KEY_QUOTE_PATH
      The "quotePath" key.
      Since:
      5.6
      See Also:
    • CONFIG_KEY_ALGORITHM

      public static final String CONFIG_KEY_ALGORITHM
      The "algorithm" key
      See Also:
    • CONFIG_KEY_AUTOCRLF

      public static final String CONFIG_KEY_AUTOCRLF
      The "autocrlf" key
      See Also:
    • CONFIG_KEY_AUTO

      public static final String CONFIG_KEY_AUTO
      The "auto" key
      Since:
      4.6
      See Also:
    • CONFIG_KEY_AUTOGC

      public static final String CONFIG_KEY_AUTOGC
      The "autogc" key
      Since:
      4.6
      See Also:
    • CONFIG_KEY_AUTOPACKLIMIT

      public static final String CONFIG_KEY_AUTOPACKLIMIT
      The "autopacklimit" key
      Since:
      4.6
      See Also:
    • CONFIG_KEY_EOL

      public static final String CONFIG_KEY_EOL
      The "eol" key
      Since:
      4.3
      See Also:
    • CONFIG_KEY_BARE

      public static final String CONFIG_KEY_BARE
      The "bare" key
      See Also:
    • CONFIG_KEY_EXCLUDESFILE

      public static final String CONFIG_KEY_EXCLUDESFILE
      The "excludesfile" key
      See Also:
    • CONFIG_KEY_ATTRIBUTESFILE

      public static final String CONFIG_KEY_ATTRIBUTESFILE
      The "attributesfile" key
      Since:
      3.7
      See Also:
    • CONFIG_KEY_FILEMODE

      public static final String CONFIG_KEY_FILEMODE
      The "filemode" key
      See Also:
    • CONFIG_KEY_LOGALLREFUPDATES

      public static final String CONFIG_KEY_LOGALLREFUPDATES
      The "logallrefupdates" key
      See Also:
    • CONFIG_KEY_REPO_FORMAT_VERSION

      public static final String CONFIG_KEY_REPO_FORMAT_VERSION
      The "repositoryformatversion" key
      See Also:
    • CONFIG_KEY_WORKTREE

      public static final String CONFIG_KEY_WORKTREE
      The "worktree" key
      See Also:
    • CONFIG_KEY_BLOCK_LIMIT

      public static final String CONFIG_KEY_BLOCK_LIMIT
      The "blockLimit" key
      See Also:
    • CONFIG_KEY_BLOCK_SIZE

      public static final String CONFIG_KEY_BLOCK_SIZE
      The "blockSize" key
      See Also:
    • CONFIG_KEY_CONCURRENCY_LEVEL

      public static final String CONFIG_KEY_CONCURRENCY_LEVEL
      The "concurrencyLevel" key
      Since:
      4.6
      See Also:
    • CONFIG_KEY_DELTA_BASE_CACHE_LIMIT

      public static final String CONFIG_KEY_DELTA_BASE_CACHE_LIMIT
      The "deltaBaseCacheLimit" key
      See Also:
    • CONFIG_KEY_STREAM_FILE_TRESHOLD

      public static final String CONFIG_KEY_STREAM_FILE_TRESHOLD
      The "streamFileThreshold" key
      See Also:
    • CONFIG_KEY_PACKED_GIT_MMAP

      public static final String CONFIG_KEY_PACKED_GIT_MMAP
      The "packedGitMmap" key
      Since:
      5.1.13
      See Also:
    • CONFIG_KEY_PACKED_GIT_WINDOWSIZE

      public static final String CONFIG_KEY_PACKED_GIT_WINDOWSIZE
      The "packedGitWindowSize" key
      Since:
      5.1.13
      See Also:
    • CONFIG_KEY_PACKED_GIT_LIMIT

      public static final String CONFIG_KEY_PACKED_GIT_LIMIT
      The "packedGitLimit" key
      Since:
      5.1.13
      See Also:
    • CONFIG_KEY_PACKED_GIT_OPENFILES

      public static final String CONFIG_KEY_PACKED_GIT_OPENFILES
      The "packedGitOpenFiles" key
      Since:
      5.1.13
      See Also:
    • CONFIG_KEY_PACKED_GIT_USE_STRONGREFS

      public static final String CONFIG_KEY_PACKED_GIT_USE_STRONGREFS
      The "packedGitUseStrongRefs" key
      Since:
      5.1.13
      See Also:
    • CONFIG_KEY_REMOTE

      public static final String CONFIG_KEY_REMOTE
      The "remote" key
      See Also:
    • CONFIG_KEY_PUSH_REMOTE

      public static final String CONFIG_KEY_PUSH_REMOTE
      The "pushRemote" key.
      Since:
      6.1
      See Also:
    • CONFIG_KEY_PUSH_DEFAULT

      public static final String CONFIG_KEY_PUSH_DEFAULT
      The "pushDefault" key.
      Since:
      6.1
      See Also:
    • CONFIG_KEY_MERGE

      public static final String CONFIG_KEY_MERGE
      The "merge" key
      See Also:
    • CONFIG_KEY_REBASE

      public static final String CONFIG_KEY_REBASE
      The "rebase" key
      See Also:
    • CONFIG_KEY_URL

      public static final String CONFIG_KEY_URL
      The "url" key
      See Also:
    • CONFIG_KEY_AUTOSETUPMERGE

      public static final String CONFIG_KEY_AUTOSETUPMERGE
      The "autosetupmerge" key
      See Also:
    • CONFIG_KEY_AUTOSETUPREBASE

      public static final String CONFIG_KEY_AUTOSETUPREBASE
      The "autosetuprebase" key
      See Also:
    • CONFIG_KEY_AUTOSTASH

      public static final String CONFIG_KEY_AUTOSTASH
      The "autostash" key
      Since:
      3.2
      See Also:
    • CONFIG_KEY_NAME

      public static final String CONFIG_KEY_NAME
      The "name" key
      See Also:
    • CONFIG_KEY_EMAIL

      public static final String CONFIG_KEY_EMAIL
      The "email" key
      See Also:
    • CONFIG_KEY_FALSE

      public static final String CONFIG_KEY_FALSE
      The "false" key (used to configure CONFIG_KEY_AUTOSETUPMERGE
      See Also:
    • CONFIG_KEY_TRUE

      public static final String CONFIG_KEY_TRUE
      The "true" key (used to configure CONFIG_KEY_AUTOSETUPMERGE
      See Also:
    • CONFIG_KEY_ALWAYS

      public static final String CONFIG_KEY_ALWAYS
      The "always" key (used to configure CONFIG_KEY_AUTOSETUPREBASE and CONFIG_KEY_AUTOSETUPMERGE
      See Also:
    • CONFIG_KEY_NEVER

      public static final String CONFIG_KEY_NEVER
      The "never" key (used to configure CONFIG_KEY_AUTOSETUPREBASE
      See Also:
    • CONFIG_KEY_LOCAL

      public static final String CONFIG_KEY_LOCAL
      The "local" key (used to configure CONFIG_KEY_AUTOSETUPREBASE
      See Also:
    • CONFIG_KEY_CREATECHANGEID

      public static final String CONFIG_KEY_CREATECHANGEID
      The "createchangeid" key
      See Also:
    • CONFIG_KEY_DEFBRANCHSTARTPOINT

      public static final String CONFIG_KEY_DEFBRANCHSTARTPOINT
      The "defaultsourceref" key
      See Also:
    • CONFIG_KEY_PATH

      public static final String CONFIG_KEY_PATH
      The "path" key
      See Also:
    • CONFIG_KEY_UPDATE

      public static final String CONFIG_KEY_UPDATE
      The "update" key
      See Also:
    • CONFIG_KEY_IGNORE

      public static final String CONFIG_KEY_IGNORE
      The "ignore" key
      Since:
      3.6
      See Also:
    • CONFIG_KEY_COMPRESSION

      public static final String CONFIG_KEY_COMPRESSION
      The "compression" key
      See Also:
    • CONFIG_KEY_INDEXVERSION

      public static final String CONFIG_KEY_INDEXVERSION
      The "indexversion" key
      See Also:
    • CONFIG_KEY_HIDEDOTFILES

      public static final String CONFIG_KEY_HIDEDOTFILES
      The "hidedotfiles" key
      Since:
      3.5
      See Also:
    • CONFIG_KEY_PRECOMPOSEUNICODE

      public static final String CONFIG_KEY_PRECOMPOSEUNICODE
      The "precomposeunicode" key
      See Also:
    • CONFIG_KEY_PRUNEEXPIRE

      public static final String CONFIG_KEY_PRUNEEXPIRE
      The "pruneexpire" key
      See Also:
    • CONFIG_KEY_PRUNEPACKEXPIRE

      public static final String CONFIG_KEY_PRUNEPACKEXPIRE
      The "prunepackexpire" key
      Since:
      4.3
      See Also:
    • CONFIG_KEY_LOGEXPIRY

      public static final String CONFIG_KEY_LOGEXPIRY
      The "logexpiry" key
      Since:
      4.7
      See Also:
    • CONFIG_KEY_AUTODETACH

      public static final String CONFIG_KEY_AUTODETACH
      The "autodetach" key
      Since:
      4.7
      See Also:
    • CONFIG_KEY_AGGRESSIVE_DEPTH

      public static final String CONFIG_KEY_AGGRESSIVE_DEPTH
      The "aggressiveDepth" key
      Since:
      3.6
      See Also:
    • CONFIG_KEY_AGGRESSIVE_WINDOW

      public static final String CONFIG_KEY_AGGRESSIVE_WINDOW
      The "aggressiveWindow" key
      Since:
      3.6
      See Also:
    • CONFIG_KEY_MERGEOPTIONS

      public static final String CONFIG_KEY_MERGEOPTIONS
      The "mergeoptions" key
      See Also:
    • CONFIG_KEY_FF

      public static final String CONFIG_KEY_FF
      The "ff" key
      See Also:
    • CONFIG_KEY_CONFLICTSTYLE

      public static final String CONFIG_KEY_CONFLICTSTYLE
      The "conflictStyle" key.
      Since:
      5.12
      See Also:
    • CONFIG_KEY_CHECKSTAT

      public static final String CONFIG_KEY_CHECKSTAT
      The "checkstat" key
      Since:
      3.0
      See Also:
    • CONFIG_KEY_RENAMELIMIT

      public static final String CONFIG_KEY_RENAMELIMIT
      The "renamelimit" key in the "diff" section
      Since:
      3.0
      See Also:
    • CONFIG_KEY_TRUSTFOLDERSTAT

      public static final String CONFIG_KEY_TRUSTFOLDERSTAT
      The "trustfolderstat" key in the "core" section
      Since:
      3.6
      See Also:
    • CONFIG_KEY_SUPPORTSATOMICFILECREATION

      public static final String CONFIG_KEY_SUPPORTSATOMICFILECREATION
      The "supportsAtomicFileCreation" key in the "core" section
      Since:
      4.5
      See Also:
    • CONFIG_KEY_NOPREFIX

      public static final String CONFIG_KEY_NOPREFIX
      The "noprefix" key in the "diff" section
      Since:
      3.0
      See Also:
    • CONFIG_RENAMELIMIT_COPY

      public static final String CONFIG_RENAMELIMIT_COPY
      A "renamelimit" value in the "diff" section
      Since:
      3.0
      See Also:
    • CONFIG_RENAMELIMIT_COPIES

      public static final String CONFIG_RENAMELIMIT_COPIES
      A "renamelimit" value in the "diff" section
      Since:
      3.0
      See Also:
    • CONFIG_KEY_RENAMES

      public static final String CONFIG_KEY_RENAMES
      The "renames" key in the "diff" section
      Since:
      3.0
      See Also:
    • CONFIG_KEY_IN_CORE_LIMIT

      public static final String 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 in Heap or LocalFile during the merge.
      Since:
      4.9
      See Also:
    • CONFIG_KEY_PRUNE

      public static final String CONFIG_KEY_PRUNE
      The "prune" key
      Since:
      3.3
      See Also:
    • CONFIG_KEY_STREAM_BUFFER

      public static final String CONFIG_KEY_STREAM_BUFFER
      The "streamBuffer" key
      Since:
      4.0
      See Also:
    • CONFIG_KEY_STREAM_RATIO

      public static final String CONFIG_KEY_STREAM_RATIO
      The "streamRatio" key
      Since:
      4.0
      See Also:
    • CONFIG_KEY_USEJGITBUILTIN

      public static final String 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

      public static final String CONFIG_KEY_FETCH_RECURSE_SUBMODULES
      The "fetchRecurseSubmodules" key
      Since:
      4.7
      See Also:
    • CONFIG_KEY_RECURSE_SUBMODULES

      public static final String CONFIG_KEY_RECURSE_SUBMODULES
      The "recurseSubmodules" key
      Since:
      4.7
      See Also:
    • CONFIG_KEY_REQUIRED

      public static final String CONFIG_KEY_REQUIRED
      The "required" key
      Since:
      4.11
      See Also:
    • CONFIG_SECTION_LFS

      public static final String CONFIG_SECTION_LFS
      The "lfs" section
      Since:
      4.11
      See Also:
    • CONFIG_SECTION_I18N

      public static final String CONFIG_SECTION_I18N
      The "i18n" section
      Since:
      5.2
      See Also:
    • CONFIG_KEY_COMMIT_ENCODING

      public static final String CONFIG_KEY_COMMIT_ENCODING
      The "commitEncoding" key
      Since:
      5.13
      See Also:
    • CONFIG_KEY_LOG_OUTPUT_ENCODING

      public static final String CONFIG_KEY_LOG_OUTPUT_ENCODING
      The "logOutputEncoding" key
      Since:
      5.2
      See Also:
    • CONFIG_FILESYSTEM_SECTION

      public static final String CONFIG_FILESYSTEM_SECTION
      The "filesystem" section
      Since:
      5.1.9
      See Also:
    • CONFIG_KEY_TIMESTAMP_RESOLUTION

      public static final String CONFIG_KEY_TIMESTAMP_RESOLUTION
      The "timestampResolution" key
      Since:
      5.1.9
      See Also:
    • CONFIG_KEY_MIN_RACY_THRESHOLD

      public static final String CONFIG_KEY_MIN_RACY_THRESHOLD
      The "minRacyThreshold" key
      Since:
      5.1.9
      See Also:
    • CONFIG_KEY_REF_STORAGE

      public static final String CONFIG_KEY_REF_STORAGE
      The "refStorage" key
      Since:
      5.6.2
      See Also:
    • CONFIG_EXTENSIONS_SECTION

      public static final String CONFIG_EXTENSIONS_SECTION
      The "extensions" section
      Since:
      5.6.2
      See Also:
    • CONFIG_KEY_REFSTORAGE

      public static final String CONFIG_KEY_REFSTORAGE
      The extensions.refStorage key
      Since:
      5.7
      See Also:
    • CONFIG_REF_STORAGE_REFTABLE

      public static final String CONFIG_REF_STORAGE_REFTABLE
      The "reftable" refStorage format
      Since:
      5.7
      See Also:
    • CONFIG_JMX_SECTION

      public static final String CONFIG_JMX_SECTION
      The "jmx" section
      Since:
      5.1.13
      See Also:
    • CONFIG_KEY_BIGFILE_THRESHOLD

      public static final String CONFIG_KEY_BIGFILE_THRESHOLD
      The "pack.bigfilethreshold" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_BITMAP_CONTIGUOUS_COMMIT_COUNT

      public static final String CONFIG_KEY_BITMAP_CONTIGUOUS_COMMIT_COUNT
      The "pack.bitmapContiguousCommitCount" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_BITMAP_DISTANT_COMMIT_SPAN

      public static final String CONFIG_KEY_BITMAP_DISTANT_COMMIT_SPAN
      The "pack.bitmapDistantCommitSpan" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_BITMAP_EXCESSIVE_BRANCH_COUNT

      public static final String CONFIG_KEY_BITMAP_EXCESSIVE_BRANCH_COUNT
      The "pack.bitmapExcessiveBranchCount" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_BITMAP_INACTIVE_BRANCH_AGE_INDAYS

      public static final String CONFIG_KEY_BITMAP_INACTIVE_BRANCH_AGE_INDAYS
      The "pack.bitmapInactiveBranchAgeInDays" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_BITMAP_RECENT_COMMIT_COUNT

      public static final String CONFIG_KEY_BITMAP_RECENT_COMMIT_COUNT
      The "pack.bitmapRecentCommitSpan" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_BUILD_BITMAPS

      public static final String CONFIG_KEY_BUILD_BITMAPS
      The "pack.buildBitmaps" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_CUT_DELTACHAINS

      public static final String CONFIG_KEY_CUT_DELTACHAINS
      The "pack.cutDeltaChains" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_DELTA_CACHE_LIMIT

      public static final String CONFIG_KEY_DELTA_CACHE_LIMIT
      The "pack.deltaCacheLimit" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_DELTA_CACHE_SIZE

      public static final String CONFIG_KEY_DELTA_CACHE_SIZE
      The "pack.deltaCacheSize" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_DELTA_COMPRESSION

      public static final String CONFIG_KEY_DELTA_COMPRESSION
      The "pack.deltaCompression" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_DEPTH

      public static final String CONFIG_KEY_DEPTH
      The "pack.depth" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_MIN_SIZE_PREVENT_RACYPACK

      public static final String CONFIG_KEY_MIN_SIZE_PREVENT_RACYPACK
      The "pack.minSizePreventRacyPack" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_REUSE_DELTAS

      public static final String CONFIG_KEY_REUSE_DELTAS
      The "pack.reuseDeltas" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_REUSE_OBJECTS

      public static final String CONFIG_KEY_REUSE_OBJECTS
      The "pack.reuseObjects" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_SINGLE_PACK

      public static final String CONFIG_KEY_SINGLE_PACK
      The "pack.singlePack" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_THREADS

      public static final String CONFIG_KEY_THREADS
      The "pack.threads" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_WAIT_PREVENT_RACYPACK

      public static final String CONFIG_KEY_WAIT_PREVENT_RACYPACK
      The "pack.waitPreventRacyPack" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_WINDOW

      public static final String CONFIG_KEY_WINDOW
      The "pack.window" key
      Since:
      5.8
      See Also:
    • CONFIG_KEY_WINDOW_MEMORY

      public static final String CONFIG_KEY_WINDOW_MEMORY
      The "pack.windowMemory" key
      Since:
      5.8
      See Also:
    • CONFIG_FEATURE_SECTION

      public static final String CONFIG_FEATURE_SECTION
      The "feature" section
      Since:
      5.9
      See Also:
    • CONFIG_KEY_MANYFILES

      public static final String CONFIG_KEY_MANYFILES
      The "feature.manyFiles" key
      Since:
      5.9
      See Also:
    • CONFIG_INDEX_SECTION

      public static final String CONFIG_INDEX_SECTION
      The "index" section
      Since:
      5.9
      See Also:
    • CONFIG_KEY_VERSION

      public static final String CONFIG_KEY_VERSION
      The "version" key
      Since:
      5.9
      See Also:
    • CONFIG_INIT_SECTION

      public static final String CONFIG_INIT_SECTION
      The "init" section
      Since:
      5.11
      See Also:
    • CONFIG_KEY_DEFAULT_BRANCH

      public static final String CONFIG_KEY_DEFAULT_BRANCH
      The "defaultBranch" key
      Since:
      5.11
      See Also:
    • CONFIG_KEY_SEARCH_FOR_REUSE_TIMEOUT

      public static final String CONFIG_KEY_SEARCH_FOR_REUSE_TIMEOUT
      The "pack.searchForReuseTimeout" key
      Since:
      5.13
      See Also:
    • CONFIG_PUSH_SECTION

      public static final String CONFIG_PUSH_SECTION
      The "push" section.
      Since:
      6.1
      See Also:
    • CONFIG_KEY_DEFAULT

      public static final String CONFIG_KEY_DEFAULT
      The "default" key.
      Since:
      6.1
      See Also:
    • CONFIG_KEY_ABBREV

      public static final String CONFIG_KEY_ABBREV
      The "abbrev" key
      Since:
      6.1
      See Also:
  • Constructor Details

    • ConfigConstants

      public ConfigConstants()