CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 04:36:50 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/isomorphic-git/isomorphic-git.git
etag: W/"832aa5e31e904549968af31507dcc9a8"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=sUQRo9sTGBHS3H41Po0Z%2FbXHLkEiVC88%2FnrsXUpIQCJDA2GvO5syoiOMvwDfHl8bdh5VYTA6IO2tnkVUTFQPoWBqmR1nveHIPB9o35f3aPTIV%2BHgNvrDCSr%2FqbyWpS7FgF2Sf4jir3xTTJKZc%2FCQA3A%2FP1xf2yDd%2BYBJ4IuVfS7LyHuZSPEEPkTxwKLMjyjBL3GiSgBkDLeI2MEy076BcjLsiA0H4I2Qz1tTQXipZWAcN%2BbwpMo%2FKue2gvj%2ByRXvKHB4DtNOyGK617YsARMSsA%3D%3D--ydfT7LZYSjkcQEaq--J7LHvZovgDgvk0ywrHARCA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1170493769.1752899809; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 04:36:49 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 04:36:49 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CC0E:1234D:BCFB:F521:687B20E1
chore: replace statusMatrix's `pattern` param with `filter` param (#1… · isomorphic-git/isomorphic-git@fe6d98a · GitHub
Copy file name to clipboardExpand all lines: __tests__/test-statusMatrix.js
Copy file name to clipboardExpand all lines: __tests__/test-submodules.js
Copy file name to clipboardExpand all lines: src/commands/statusMatrix.js
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit fe6d98a
authored
BREAKING CHANGE: the `pattern` param added two dependencies to the project (globrex and globalyzer) for very little benefit since we haven't ended up using globbing anywhere else in the library. The same result can be achieved via the new function parameter `filter` which lets you provide the pattern-matching logic yourself.
1 parent ef595b9 commit fe6d98aCopy full SHA for fe6d98a
File tree
Expand file treeCollapse file tree
8 files changed
+22
-89
lines changedFilter options
- __tests__
- src
- commands
- utils
Expand file treeCollapse file tree
8 files changed
+22
-89
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
__tests__/test-statusMatrix.js
Copy file name to clipboardExpand all lines: __tests__/test-statusMatrix.js+14-36Lines changed: 14 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 | 79 |
| |
83 | 80 |
| |
84 | 81 |
| |
| |||
93 | 90 |
| |
94 | 91 |
| |
95 | 92 |
| |
96 |
| - | |
| 93 | + | |
97 | 94 |
| |
98 | 95 |
| |
99 | 96 |
| |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
| 97 | + | |
109 | 98 |
| |
110 | 99 |
| |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
| 100 | + | |
121 | 101 |
| |
122 | 102 |
| |
123 | 103 |
| |
124 | 104 |
| |
125 | 105 |
| |
126 |
| - | |
127 |
| - | |
| 106 | + | |
128 | 107 |
| |
129 | 108 |
| |
130 | 109 |
| |
131 | 110 |
| |
132 | 111 |
| |
133 |
| - | |
134 |
| - | |
| 112 | + | |
135 | 113 |
| |
136 |
| - | |
| 114 | + | |
137 | 115 |
| |
138 | 116 |
| |
139 | 117 |
| |
140 | 118 |
| |
141 |
| - | |
| 119 | + | |
142 | 120 |
| |
143 | 121 |
| |
144 |
| - | |
| 122 | + | |
145 | 123 |
| |
146 | 124 |
|
__tests__/test-submodules.js
Copy file name to clipboardExpand all lines: __tests__/test-submodules.js+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 4 | + | |
10 | 5 |
| |
11 | 6 |
| |
12 | 7 |
| |
|
-10Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
59 | 57 |
| |
60 | 58 |
| |
61 | 59 |
| |
|
src/commands/statusMatrix.js
Copy file name to clipboardExpand all lines: src/commands/statusMatrix.js+5-26Lines changed: 5 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 | 2 |
| |
5 | 3 |
| |
6 | 4 |
| |
7 |
| - | |
8 | 5 |
| |
9 | 6 |
| |
10 | 7 |
| |
| |||
140 | 137 |
| |
141 | 138 |
| |
142 | 139 |
| |
143 |
| - | |
| 140 | + | |
144 | 141 |
| |
145 | 142 |
| |
146 | 143 |
| |
| |||
152 | 149 |
| |
153 | 150 |
| |
154 | 151 |
| |
155 |
| - | |
| 152 | + | |
156 | 153 |
| |
157 | 154 |
| |
158 | 155 |
| |
159 | 156 |
| |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 | 157 |
| |
171 | 158 |
| |
172 | 159 |
| |
| |||
186 | 173 |
| |
187 | 174 |
| |
188 | 175 |
| |
189 |
| - | |
| 176 | + | |
190 | 177 |
| |
191 | 178 |
| |
192 | 179 |
| |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
| 180 | + | |
| 181 | + | |
203 | 182 |
| |
204 | 183 |
| |
205 | 184 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
796 | 796 |
| |
797 | 797 |
| |
798 | 798 |
| |
799 |
| - | |
| 799 | + | |
800 | 800 |
| |
801 | 801 |
| |
802 | 802 |
| |
|
-7Lines changed: 0 additions & 7 deletions
This file was deleted.
You can’t perform that action at this time.
0 commit comments