--max-pack-size=<n> Maximum size of each output pack file. The size can be suffixed with "k", "m", or "g". The minimum size allowed is limited to 1 MiB. If specified, multiple packfiles may be created, which also prevents the creation of a bitmap index. The default is unlimit...
The maximum size of a pack. This setting only affects packing to a file when repacking, i.e. the git:// protocol is unaffected. It can be overridden by the --max-pack-size option of git-repack[1]. Reaching this limit results in the creation of multiple packfiles; which in turn prev...
Path(), "max tree entries tree") assert.Equal(counts.Count32(1), h.UniqueBlobCount, "unique blob count") assert.Equal(counts.Count64(6), h.UniqueBlobSize, "unique blob size") assert.Equal(counts.Count32(6), h.MaxBlobSize, "max blob size") assert.Equal("refs/heads/master:...
server{# the port your site will be served on listen80;# the domain name it will serveforserver_name my.domain.com;# substitute your machine'sIPaddress orFQDNcharset utf-8;# max upload size client_max_body_size 75M;# adjust to taste sendfile on;keepalive_timeout0;location/{alias/var/...
gitlens.advanced.blame.sizeThresholdAfterEdit Specifies the maximum document size (in lines) allowed to be re-blamed after an edit while still unsaved. Use 0 to specify no maximum gitlens.advanced.caching.enabled Specifies whether git output will be cached — changing the default is not recommende...
gitlens.hovers.avatarSize Specifies the size of the avatar images in hovers gitlens.hovers.changesDiff Specifies whether to show just the changes to the line or the set of related changes in the changes (diff) hoverline - Shows only the changes to the linehunk - Shows the set of related...
* Use of --max-pack-size to allow multiple packfiles to be created is now supported even when we are sending unreachable objects to cruft packs. * "git format-patch --rfc --subject-prefix=" used to ignore the "--subject-prefix" option and used "[RFC PATCH]"; now we will add ...
: string, maxCommentLength?: number, skip?: number, top?: number, includeCommits?: boolean, includeWorkItemRefs?: boolean): Promise<GitPullRequest> 参数 repositoryId string 拉取请求的目标分支的存储库 ID。 pullRequestId number 要检索的拉取请求的 ID。 project string 项目ID 或项目名称 max...
It can be overridden by the --max-pack-size option of git-repack(1). The minimum size allowed is limited to 1 MiB. The default is unlimited. Common unit suffixes of k, m, or g are supported. pager.<cmd> If the value is boolean, turns on or off pagination of the output of a ...
size_t end; value++; end = strcspn(value, " \t\n"); if (lenp) *lenp = end; if (offset) *offset = value + end - orig_start; return value; } /* * otherwise we matched a substring of another feature; * keep looking ...