File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ This edition covers what happened during the month of April 2021.
6262
6363 My current work is mostly focussed on tuning performance of some areas
6464 we have found to be slow for gitlab.com. This has motivated the recent
65- introduction of a new git-rev-list(1) filter which allows to filter by
65+ introduction of a new ` git-rev-list(1) ` filter which allows to filter by
6666 object type via ` --filter=object:type=<type> ` . This makes it easy to
6767 find for example all blobs introduced between two revisions.
6868
6969 And right now I'm trying to devise a new implementation of the object
70- connectivity check performed by git-receive-pack(1) whenever a push gets
70+ connectivity check performed by ` git-receive-pack(1) ` whenever a push gets
7171 accepted on the server side. Depending on the repository's shape, the
7272 current implementation can be a major bottleneck and take dozens of
7373 seconds to compute even for small pushes. You may have noticed this
You can’t perform that action at this time.
0 commit comments