You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/isomorphic-git/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ By providing functionality as individual functions, code bundlers can produce sm
17
17
The project includes type definitions so you can enjoy static type-checking and intelligent code completion in editors like VS Code and [CodeSandbox](https://codesandbox.io).
18
18
19
19
## Project status
20
-
The original author of the project ([Billie Hilton](https://github.com/wmhilton)) left the project, but the project is still maintained by two volunteers:
20
+
The original author of the project ([Billie Hilton](https://github.com/billiegoose)) left the project, but the project is still maintained by two volunteers:
@@ -114,14 +114,14 @@ Unfortunately, due to the same-origin policy by default `isomorphic-git` can onl
114
114
For this purpose [@isomorphic-git/cors-proxy](https://github.com/isomorphic-git/cors-proxy) exists which you can clone or [`npm install`](https://www.npmjs.com/package/@isomorphic-git/cors-proxy).
115
115
For testing or small projects, you can also use [https://cors.isomorphic-git.org](https://cors.isomorphic-git.org) - a free proxy sponsored by [Clever Cloud](https://www.clever-cloud.com/?utm_source=ref&utm_medium=link&utm_campaign=isomorphic-git).
116
116
117
-
I'm hoping to get CORS headers added to all the major Git hosting platforms eventually, and will list my progress here:
117
+
We hope to get CORS headers added to all the major Git hosting platforms eventually, and will list the progress made here:
| Gitlab | ❌ My[PR](https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/219) was rejected, but the [issue](https://gitlab.com/gitlab-org/gitlab/issues/20590) is still open! |
124
+
| Gitlab | ❌ Our[PR](https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/219) was rejected, but the [issue](https://gitlab.com/gitlab-org/gitlab/issues/20590) is still open! |
125
125
| Bitbucket | ❌ |
126
126
| Github | ❌ |
127
127
@@ -140,7 +140,7 @@ The CLI is more of a lark for quickly testing `isomorphic-git` and isn't really
140
140
141
141
## Supported Git commands
142
142
143
-
This project follows semantic versioning, so I may continue to make changes to the API but they will always be backwards compatible
143
+
This project follows semantic versioning, so we may continue to make changes to the API but they will always be backwards compatible
144
144
unless there is a major version bump.
145
145
146
146
### commands
@@ -267,7 +267,7 @@ Check out the [`CONTRIBUTING`](./CONTRIBUTING.md) document for more instructions
267
267
268
268
Isomorphic-git would not have been possible without the pioneering work by
269
269
@creationix and @chrisdickinson. Git is a tricky binary mess, and without
270
-
their examples (and their modules!) I would not have been able to come even
270
+
their examples (and their modules!) we would not have been able to come even
271
271
close to finishing this. They are geniuses ahead of their time.
0 commit comments