isomorphic-git
isomorphic-git copied to clipboard
A pure JavaScript implementation of git for node and browsers!
The walk docs example 2 creates difficult to decipher errors when head is undefined or a document is empty. sidenote: ` gitdir` is not required... yet it's marked as required....
I execute isogit merge success, but the status is modified, like this: ``` zeng@zeng:~/gittest$ isogit merge --ours=test --theirs=master --author.name=zeng { "oid": "3c7f00c4db8cf61bbfe22427ead30c4f4e102fb1", "fastForward": true } zeng@zeng:~/gittest$ git status On branch...
Probably happening because the remote head is NOT technically a descendent of the local head. It's the same commit. It should go ahead and allow the push, because IDK, lets...
Let me know what git commands aren't implemented yet that you really miss, or any other ideas you have! I am trying to implement a sync status check. https://stackoverflow.com/questions/3258243/check-if-pull-needed-in-git I...
In ESM the included examples will error out with ``` Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '/node_modules/isomorphic-git/http/node' is not supported resolving ES modules imported from ./.force-update.mjs Did you mean to import isomorphic-git/http/node/index.cjs?...
## Expected Behavior Some onProgress calls like in clone (works fine) are expected to be happening also while pushing. ## Current Behavior No onProgress calls while pushing to some custom...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.5.5 to 7.18.10. Release notes Sourced from @babel/preset-env's releases. v7.18.9 (2022-07-18) :bug: Bug Fix babel-plugin-transform-modules-systemjs, babel-types #14763 fix: allow exporting TSDeclareFunction as default (@zxbodya) babel-generator #14758 fix:...
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...
## Problem The interactive `git.clone()` example on https://isomorphic-git.org/docs/en/clone throws a `Failed to fetch` error when you run it:  I'm using Chrome Version 103.0.5060.114 (Official...