@@ -1015,39 +1015,39 @@ <h3 id="_examples">Examples</h3>
1015
1015
< div class ="paragraph "> < p > Suppose that you have a repository with a large number of references,
1016
1016
and you want a bare-bones configuration of pseudo-merge bitmaps that
1017
1017
will enhance bitmap coverage of the < code > refs/</ code > namespace. You may start
1018
- wiht a configuration like so:</ p > </ div >
1019
- < div class ="literalblock ">
1018
+ with a configuration like so:</ p > </ div >
1019
+ < div class ="listingblock ">
1020
1020
< div class ="content ">
1021
1021
< pre > < code > [bitmapPseudoMerge "all"]
1022
- pattern = "refs/"
1023
- threshold = now
1024
- stableThreshold = never
1025
- sampleRate = 100
1026
- maxMerges = 64</ code > </ pre >
1022
+ pattern = "refs/"
1023
+ threshold = now
1024
+ stableThreshold = never
1025
+ sampleRate = 100
1026
+ maxMerges = 64</ code > </ pre >
1027
1027
</ div > </ div >
1028
1028
< div class ="paragraph "> < p > This will create pseudo-merge bitmaps for all references, regardless of
1029
1029
their age, and group them into 64 pseudo-merge commits.</ p > </ div >
1030
1030
< div class ="paragraph "> < p > If you wanted to separate tags from branches when generating
1031
1031
pseudo-merge commits, you would instead define the pattern with a
1032
1032
capture group, like so:</ p > </ div >
1033
- < div class ="literalblock ">
1033
+ < div class ="listingblock ">
1034
1034
< div class ="content ">
1035
1035
< pre > < code > [bitmapPseudoMerge "all"]
1036
- pattern = "refs/(heads/tags)/"</ code > </ pre >
1036
+ pattern = "refs/(heads/tags)/"</ code > </ pre >
1037
1037
</ div > </ div >
1038
1038
< div class ="paragraph "> < p > Suppose instead that you are working in a fork-network repository, with
1039
1039
each fork specified by some numeric ID, and whose refs reside in
1040
1040
< code > refs/virtual/NNN/</ code > (where < code > NNN</ code > is the numeric ID corresponding to some
1041
1041
fork) in the network. In this instance, you may instead write something
1042
1042
like:</ p > </ div >
1043
- < div class ="literalblock ">
1043
+ < div class ="listingblock ">
1044
1044
< div class ="content ">
1045
1045
< pre > < code > [bitmapPseudoMerge "all"]
1046
- pattern = "refs/virtual/([0-9]+)/(heads|tags)/"
1047
- threshold = now
1048
- stableThreshold = never
1049
- sampleRate = 100
1050
- maxMerges = 64</ code > </ pre >
1046
+ pattern = "refs/virtual/([0-9]+)/(heads|tags)/"
1047
+ threshold = now
1048
+ stableThreshold = never
1049
+ sampleRate = 100
1050
+ maxMerges = 64</ code > </ pre >
1051
1051
</ div > </ div >
1052
1052
< div class ="paragraph "> < p > Which would generate pseudo-merge group identifiers like "1234-heads",
1053
1053
and "5678-tags" (for branches in fork "1234", and tags in remote "5678",
@@ -1073,7 +1073,7 @@ <h2 id="_git">GIT</h2>
1073
1073
< div id ="footer ">
1074
1074
< div id ="footer-text ">
1075
1075
Last updated
1076
- 2024-06-24 17:32:59 PDT
1076
+ 2024-07-18 09:52:44 PDT
1077
1077
</ div >
1078
1078
</ div >
1079
1079
</ body >
0 commit comments