Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/isomorphic-git/isomorphic-git

A pure JavaScript implementation of git for node and browsers!
https://github.com/isomorphic-git/isomorphic-git

document how to get isomorphic-git to use the HTTP proxy (#1490)

7c9ec66324be3d4988dd2ecbca9efc3b7c0d56ce authored over 2 years ago by Dan Allen <[email protected]>
fix: suggestion can be undefined in UnknownTransportError (#1477)

* fix: suggestion can be undefined in UnknownTransportError

It was declared as required in JS...

956699bd2f0f6162c4a5ad1c40236e1d09b23edc authored over 2 years ago by Vitor Luiz Cavalcanti <[email protected]>
fix: set remote tracking branch on clone (#1475)

82433d2c4866c14657444c3d18554ba2dd365aee authored over 2 years ago by Kwinten Pisman <[email protected]>
fix Android image in README (#1474)

* fix Android image in README

* update package.json

edc434ac58be53230d57e6b6a11671c9e07af8ab authored over 2 years ago by Jakub T. Jankiewicz <[email protected]>
fix documentation for track option on checkout command (#1472)

- fix type
- fix default value
- fix description

3de145f9f379bfbd6046051f35af2eacde9dad60 authored over 2 years ago by Dan Allen <[email protected]>
chore(deps-dev): bump @isomorphic-git/cors-proxy from 2.7.0 to 2.7.1 (#1466)

Bumps [@isomorphic-git/cors-proxy](https://github.com/isomorphic-git/cors-proxy) from 2.7.0 to 2...

710a5b3603f6acb1a43a2f4897cd786baef042b4 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump simple-get from 3.0.3 to 4.0.0 (#1467)

30be9dd4be157a806e5d3da9818d6d4590e0b802 authored over 2 years ago by Jakub T. Jankiewicz <[email protected]>
feat: add `noTrack` option to checkout (#1463)

64506265ff1cb7c0ebe56472705239fb8d636d2e authored over 2 years ago by Kwinten Pisman <[email protected]>
add test for checkout of branch name that contains a dot (#1462)

follow up to #1460

c6df509bc9f10a5043db8413eb5d07e785ad95e3 authored over 2 years ago by Dan Allen <[email protected]>
fix: update the config parser to handle dots in key name (#1461)

fixes #1460

4ef6fd6a0c9676856f7423e8ad146cc0286dc657 authored over 2 years ago by Dan Allen <[email protected]>
fix(is-ignored): allow paths ending with / (#1453)

* fix(is-ignored): allow paths ending with /

* fix: linting errors

* fix: fix tests

611b04bbc09aa93f01381bf9543aa855e918c1ea authored almost 3 years ago by Sam Verschueren <[email protected]>
fix(statusMatrix, walk): don't remove the executable bit from file mode (Windows-only bug) (#1444)

72b3987c29817392360cba80407f6d4625f5ba77 authored almost 3 years ago by William Hilton <[email protected]>
fix(tags): do not peel tag when cloning (#1442)

* fix(tags): do not peel tag when cloning
* chore: add tests

267b0171ed027317aab7979339aeb3bee1585cb3 authored almost 3 years ago by Sam Verschueren <[email protected]>
fix: handle protocol version 2 edge case (#1424)

76d0d69b9044bb6b38d247ba34c3a9a88b70036c authored about 3 years ago by William Hilton <[email protected]>
chore: update onAuth docs (#1415)

52b87bb05f6041f0a372ceab24bc55ee6c23d374 authored about 3 years ago by William Hilton <[email protected]>
feat: Added 'isIgnored' command (#1413)

f7ca4d0db44e018f6f07bba4cbed1e585c9774fd authored about 3 years ago by William Hilton <[email protected]>
docs: add faster approach to staging all files to faq (#1405)

* docs: add faster approach to staging all files to faq

* docs: add @mtlewis as a contributor

3b9c17cc6a6b15dabd8c8d96c6eaf5426d0c9503 authored about 3 years ago by Mike Lewis <[email protected]>
fix: "TypeError: Cannot read property 'length' of undefined" at Inflate.push

04b0742ce81468a83cdbbb71c91dadc8f6a1f348 authored over 3 years ago by William Hilton <[email protected]>
resolves #1383 use built-in fs.rm if available; otherwise, use fallback utility (#1387)

- add rm util as fallback if fs does not provide rm
- delegate to fs.rm if recursive option is ...

19af1e5d8ae634f8a6153c1876332420e90887dc authored over 3 years ago by Dan Allen <[email protected]>
Move `endCommit` above return statement (#1388)

Declaring it after the return statement is a little confusing and can trip up some tools - I am ...

a40acb8700bba881099cc3e719d10c08be3b3045 authored over 3 years ago by Misha Kaletsky <[email protected]>
fix: the merging can not sign the commit (#1235)

* fix: the merging can not sign the commit

* docs: add @snowyu as a contributor

Co-authore...

6af05bd7638d1bfb24e14e2bc21efd4fbf3ab237 authored over 3 years ago by Riceball LEE <[email protected]>
docs: add @strangedev as a contributor (#1384)

1d63afe13a6916ea2a9871507a7a627d836d069a authored over 3 years ago by Noah Hummel <[email protected]>
posixify symlink path when adding file to repository (#1382)

- if backslashes are detected in return value of fs.readlink, change them to forward slashes
- ...

5a34ceb87da79984852c779019a3204cb63f8a83 authored over 3 years ago by Dan Allen <[email protected]>
feat: git log the history of one file only (#1172)

* feat: log a single file history of commits

* feat: log a single file history of commits wit...

27fc08fd88e66bd99713acf2d815053b3fde23e4 authored over 3 years ago by Riceball LEE <[email protected]>
fix: remove fallthrough switch statement (#1247)

* chore: fix broken link in README.md (#1154)

* fix(react-native): fix for "<Intermediate Val...

04fa3d9922783341ce2e4c5a45c4a9b3db69dd17 authored over 3 years ago by Misha Kaletsky <[email protected]>
fix: signature of WalkerMap (#1385)

fca0a80d1e95538cbe9dd430f4986d68a496aebf authored over 3 years ago by Noah Hummel <[email protected]>
fix: cleanup on clone error (#1380)

* chore: fix broken link in README.md (#1154)

* fix(react-native): fix for "<Intermediate Val...

b0f943a491743d5572ad37e994d687709e817dda authored over 3 years ago by Noah Hummel <[email protected]>
fix(git-log): check commit array before popping (#1248)

I hit an error due to this - I somehow got into a situation where `tips` was empty before the ch...

e63b4eb4f9d723daa68974196c281db06d221052 authored over 3 years ago by Misha Kaletsky <[email protected]>
Create question.md

83170f43ba04651e3ed8fc86506c4985330d9872 authored over 3 years ago by Jakub T. Jankiewicz <[email protected]>
fix: add HEAD to GetRemoteInfoResult type. (#1379)

7ecb8819d0ceb9d6cf7284dd5538155d915eb7dd authored over 3 years ago by Noah Hummel <[email protected]>
fix: propagate corsProxy setting on clone command to internal _fetch call (#1362)

5f9434eeb8591733dc38d7075618795fd5f8bbec authored over 3 years ago by Dan Allen <[email protected]>
Fix/website quickstart (#1301)

* fix(website): In the Quick Start guide, updated the git.clone runnable example to use ref:main...

4d10fc5b999b09f5384b7ea2ce7dd35d78972aec authored over 3 years ago by Richard C. Zulch <[email protected]>
fix: GitIgnoreManager to use exclusion rules from .git/info/exclude (#1316)

* fix: GitIgnoreManager uses exclusion rules from .git/info/exclude

* fix: GitIgnoreManager c...

9cf2a1f904b7c169e2fa89eda3569493854bf770 authored over 3 years ago by Nicholas Nelson <[email protected]>
fix: fix type of WalkerMap (#1314)

* fix: fix type of WalkerMap

* docs: add @mkizka as a contributor

Co-authored-by: Jakub T....

c6b924c1362fb898f587103646ee31f133c0de51 authored over 3 years ago by mkizka <[email protected]>
fix: run npm audit fix (#1366)

* chore(deps) Run npm audit fix

* use @wmhilton/jest-fixtures from npm instead of github beca...

76e8652d1533d499edfb09c625ff7e02e172879c authored over 3 years ago by Jakub T. Jankiewicz <[email protected]>
chore(deps): [security] bump npm from 6.13.6 to 6.14.13 (#1341)

Bumps [npm](https://github.com/npm/cli) from 6.13.6 to 6.14.13. **This update includes a securit...

c32e717db5f241ec95fd546095c5b597aeb09903 authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Upgrade to GitHub-native Dependabot (#1348)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

5b62abfae434f60fccd58011beb332e70a43c2c8 authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps): [security] bump handlebars from 4.1.2 to 4.7.7 (#1321)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. **This update i...

64244a6a74ad358524b5983f1d4245d27c89ad17 authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps): [security] bump ssri from 6.0.1 to 6.0.2 (#1345)

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. **This update includes a security...

06c14d8a37d7840c1ee8817d634fdf90db97249d authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps): [security] bump elliptic from 6.5.2 to 6.5.4 (#1322)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. **This update include...

8b66d0d0ed77925e7a829362b94bba61796ca9ed authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps): [security] bump hosted-git-info from 2.7.1 to 2.8.9 (#1351)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. **This upda...

92d8eadc4f1c5e1b640933332c13fade955cf621 authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
docs: add @Ry0taK as a contributor (#1340)

7bd6e2ddf058645303967b4fc387987663f4bd3b authored over 3 years ago by William Hilton <[email protected]>
fix(checkout): throw error on malicious filepaths (#1339)

1316820b5665346414f9bd1287d4701f9cf77727 authored over 3 years ago by William Hilton <[email protected]>
fix(merge): Cannot set property 'oid' of undefined (#1312)

89c0da78d5ebf3c9f2754b3c8d557155dd70c8d7 authored over 3 years ago by William Hilton <[email protected]>
fix(website): try it out (#1290)

Co-authored-by: Jakub Jankiewicz <[email protected]>

b102e1d9a8f48ec20042be5ff0feb9961007e904 authored almost 4 years ago by William Hilton <[email protected]>
chore: fix broken link in README.md (#1154)

153679feb5a16399bec5ab46d7e3aed8c13277dc authored almost 4 years ago by Xavier Francisco <[email protected]>
fix(react-native): fix for "<Intermediate Value>.stream is not a function" errors in React Native (#1156)

03846e1bbe306cee93ff4d43cf626eec794cde58 authored almost 4 years ago by Corbin Crutchley <[email protected]>
fix(merge): "Cannot read property 'Symbol(PackfileCache)' of undefined" error (#1289)

baf668bb4f3198f4d6e5f38a541cc61b6cd21550 authored almost 4 years ago by Alex Titarenko <[email protected]>
feat: Added 'cache' parameter; an opt-in solution to performance regressions caused by #1217 (#1255)

Closing a memory leak in #1217 by clearing the packfile cache at the end of each git operation h...

26f761e540709da7920db1288469cb9ed5be5c1c authored almost 4 years ago by William Hilton <[email protected]>
fix(CLI): `isogit` CLI throws "Error [ERR_REQUIRE_ESM]: Must use import to load ES Module" in Node 13+

Co-authored-by: William Hilton <[email protected]>

f2e38053733f4c8ca4b7784d5c2a56addcf36bf4 authored about 4 years ago by Seth Nickell <[email protected]>
fix(push): "Cannot read property 'packfiles' of undefined" error (#1234)

629b4e1b4dc4d56fbd2b9e00c0995562a0e0c167 authored about 4 years ago by William Hilton <[email protected]>
chore: fix the "TypeError: dupMap.get is not a function" errors that break Jest occasionally (#1233)

3eeb9a883c582cc150a4aeb70b6d8b7fb5f226de authored about 4 years ago by William Hilton <[email protected]>
fix(fetch): fetching a commit hash with `singleBranch: true` (#1225)

e66a6c2f8ee7a6630eeaeb0665a68c4eb4f2bb0f authored about 4 years ago by Will Stott <[email protected]>
docs(pr-template): fixed location of `__tests__/test-exports.js` (#1195)

668015c23f31a41a74b3478abfe172d358670ebb authored about 4 years ago by Corbin Crutchley <[email protected]>
docs: renameBranch missing from docs (#1218)

9c1e96dfbef7b63e8fcb24ffce522240542f0d29 authored about 4 years ago by William Hilton <[email protected]>
chore: delete a 3.6 MB test fixture that is not used anywhere (#1200)

ad1f06fcd2891d69b6909a4ae1641a582bf89cdb authored about 4 years ago by William Hilton <[email protected]>
fix(clone): fix memory leak if repeatedly cloning (#1217)

If you experience performance loss due to the PackfileCache not persisting between git commands,...

f19ea0f6737d1decb36a22314039b9f7346c9270 authored about 4 years ago by William Hilton <[email protected]>
fix(getRemoteInfo, getRemoteInfo2): throw UnknownTransportError for SSH urls (#1199)

02045f68e90b9066cb883412b93917755a3b6239 authored about 4 years ago by William Hilton <[email protected]>
fix(push): fix regression introduced in v1.4.4 that broke pushing repos with submodules (#1196)

55f2ade6fb738e512a404fe05e437295016d2a24 authored over 4 years ago by William Hilton <[email protected]>
perf: replace git-apply-delta with hand-rolled code (#1191)

fb407a092ef869b680d31719bfe872c6e454b518 authored over 4 years ago by William Hilton <[email protected]>
chore: update bundlewatch to track 'main' branch (#1190)

54262a36d97447d3581694b0179f168bda59beb9 authored over 4 years ago by William Hilton <[email protected]>
chore(build): fix `npm format` command (#1176)

f9c0d83493deea8d7a77c953ca17dcc023f11cc4 authored over 4 years ago by Corbin Crutchley <[email protected]>
fix(pull): Cannot read property 'index' of undefined (#1189)

1035d933507633a8b5d8b0cf5a3b40339680431a authored over 4 years ago by lin onetwo <[email protected]>
feat: Added 'renameBranch' command (#1175)

585c4f58cee627091d4cd44c14edcfd5abe8e805 authored over 4 years ago by Corbin Crutchley <[email protected]>
feat: Added 'listServerRefs' and 'getRemoteInfo2' commands (#1169)

These two commands both support Git Wire Protocol Version 2!! 😄

b03f2614a0b57b01cf049f72bb85723d5768c9f9 authored over 4 years ago by William Hilton <[email protected]>
chore: fix generate-docs.js to use 'main' instead of 'master' (#1168)

* chore: fix generate-docs.js to use 'main' instead of 'master'
* chore: fix Sauce Labs no long...

33256b6efacdd5ad87904bb686b61f030a73ef6e authored over 4 years ago by William Hilton <[email protected]>
feat(init): Added optional 'defaultBranch' parameter (#1161)

5e6cea2a61f6d92a3bc81e4b16862926fee5c764 authored over 4 years ago by William Hilton <[email protected]>
chore: rename master branch to main

63f3a9c7b96bca5ae68f5a553dee9d7c12cc8928 authored over 4 years ago by William Hilton <[email protected]>
#BlackLivesMatter

959ecd6e8cf008a7817cfd9451e4c15d3e4a43e5 authored over 4 years ago by William Hilton <[email protected]>
perf(push): short-circuit recursion in listObjects (#1151)

8020f2b7a470c28fbd3413d2cb4a6a27ee3306fa authored over 4 years ago by William Hilton <[email protected]>
perf(push): don't send any objects if commit is already on remote (#1137)

47b89c0480b976c51fb041486460f77b8df52e50 authored over 4 years ago by Hubert SABLONNIÈRE <[email protected]>
perf(push): send thin packs when possible (#1135)

Tries to only send "new" objects to the remote

Co-authored-by: William Hilton <wmhilton@gmail...

b782d224a301101bfd18b8d4c3d8a3e97d4bf73c authored over 4 years ago by Hubert SABLONNIÈRE <[email protected]>
perf(push, findMergeBase): improve find merge base speed (#1132)

7864c33b6aeb0eeb695788c1ee4577f802147f2b authored over 4 years ago by Hubert SABLONNIÈRE <[email protected]>
broken link to cors-proxy on npm (#1133)

a4bd6e884a3cd1ac9f3362d020d496fa4fb7a65e authored over 4 years ago by xiaoye999 <[email protected]>
noGitSuffix is no longer required (#1112)

50ece1a36413b48559be19e0cf376de83e461aa3 authored over 4 years ago by Anders Rune Jensen <[email protected]>
feat: include data.preview and data.response on all HttpErrors not just on SmartHttpErrors (#1115)

9d3f0dede5e4384b418b0bf1252c0d1fd0f50c65 authored over 4 years ago by William Hilton <[email protected]>
fix: cache per command rather than per 'fs' instance (#1111)

c2cd5cb8c4f69163de535e026f9e6e09cef29dc6 authored over 4 years ago by William Hilton <[email protected]>
fix: throw a helpful error if `http` argument is missing (#1092)

6564ea58587e8ca894d7bca207b9089eb602f468 authored over 4 years ago by William Hilton <[email protected]>
feat: Added 'fastForward' function (#1087)

It is like `pull` with `fastForward: true`, but does not require an author like `pull` does.

0f4f03c8479437cc4cb97f552e1ddbdd8afe9d0f authored over 4 years ago by William Hilton <[email protected]>
feat(indexPack): return the oids contained in packfile (#1083)

fe30525b0e380c32fb68c6dfd1b59dd379162ed2 authored over 4 years ago by William Hilton <[email protected]>
fix(readObject): should return TreeObject not {entries: TreeObject} (#1081)

0c1ec5ad967c4a6d7c42357ce022f1c8d6467099 authored over 4 years ago by William Hilton <[email protected]>
fix(statusMatrix): should respect .gitignore (#1077)

c8e1ac27a7c5f937f3931025d6d061708ca97f00 authored over 4 years ago by Stefan Guggisberg <[email protected]>
chore: fix link in 'http' docs

28f9c18268ae2ff68f6daf5eb9c3ba04d7f54c7c authored over 4 years ago by William Hilton <[email protected]>
chore: improve docs website's search (#1074)

d46540f51319e508d18ed9238bf68290701edd13 authored over 4 years ago by William Hilton <[email protected]>
fix(TypeScript): remove implicit @types/node dependency and add index.umd.min.d.ts

37533c1bfbf3db389ddb2af25c8379bbb84c7cf1 authored over 4 years ago by William Hilton <[email protected]>
fix(TypeScript): remove 'AbortController' because it creates an implicit "DOM" lib dependency

7a7276aa76e7fe665de76a1d60324407dd9dc38b authored over 4 years ago by William Hilton <[email protected]>
chore: add footnote to 'fs' documentation explaining readlink, symlink, and chmod are optional

9ecf4e08f6d2678f052bf427439fe3d3c6d0e76f authored over 4 years ago by William Hilton <[email protected]>
chore: correct OpenDevise link in v1 blog post (#1066)

c5097ecb165c2a311b6e1f3c1e9819faab013dec authored over 4 years ago by Dan Allen <[email protected]>
fix: remove undocumented 'debug' parameter that is upsetting TypeScript

b0b7b57d21db79ba38518cf84e9e8981b1ea8b7a authored over 4 years ago by William Hilton <[email protected]>
chore: update docs for 'pull' to mention which version is required for url, remote, remoteRef

fdfdabe3ba731ec065c75f613bd07bb57a45da9e authored over 4 years ago by William Hilton <[email protected]>
chore: rename docs 1.0.x to 1.x

0615344c17a0beb6908d349a355794d90a5d7d5a authored over 4 years ago by William Hilton <[email protected]>
fix: correct TS definition for `http`

1a4a8f82c989b1436eeeff8e47e93cfcca8936d7 authored over 4 years ago by William Hilton <[email protected]>
chore: update docs/in-the-news.md

c0d7adfdcf887070abddefbd2ed336b40df03d15 authored over 4 years ago by William Hilton <[email protected]>
feat(pull): Added 'url', 'remote', 'remoteRef' params (#1070)

Pull is just fetch + merge, and fetch already has a `url`, `remote`, and `remoteRef` parameters....

e1943c5eb080fe8b73fec770db76bac127148cbc authored over 4 years ago by William Hilton <[email protected]>
chore: redirect /docs/en/browser -> /docs/en/quickstart

d407ef570eeec0e33cee2862dc58c63db14c224a authored over 4 years ago by William Hilton <[email protected]>
chore: harmonize the semicolons in the README examples (#1065)

Some lines had them, some didn't, now none do because there was more of the ones that didn't and...

0a4912e602b0429158ec647e71e521e91be79b0f authored over 4 years ago by Tomáš Hübelbauer <[email protected]>
chore: add a thank-you section to the 1.0 blog post :)

49fb8739cb7e9c6b13965ee648ec0fe919740e7c authored over 4 years ago by William Hilton <[email protected]>
v1.0.0

4e66704d05042624bbc78b85ee5110d5ee7ec3e2 authored over 4 years ago by William Hilton <[email protected]>
chore: create v1.0.x in the docs

ed0126f8fa091aec11d646ee7a737b7dfd1317f8 authored over 4 years ago by William Hilton <[email protected]>
chore: fix .gitignore preventing publishing website correctly

e556a96d1687126767872612b86a4a2528d7597a authored over 4 years ago by William Hilton <[email protected]>