Skip to content

Commit

Permalink
fix: git compatibility issue with large repository on windows (#947)
Browse files Browse the repository at this point in the history
Co-authored-by: alesk <78688610+ALesc21@users.noreply.github.com>
  • Loading branch information
scolladon and ALesc21 authored Nov 12, 2024
1 parent d241475 commit 4728132
Show file tree
Hide file tree
Showing 29 changed files with 1,573 additions and 2,605 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ These plugins have been designed to work with SGD:
- [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) - Validate XML, Parse XML to JS/JSON and vise versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback
- [fs-extra](https://github.com/jprichardson/node-fs-extra) - Node.js: extra methods for the fs object like copy(), remove(), mkdirs().
- [ignore](https://github.com/kaelzhang/node-ignore#readme) - is a manager, filter and parser which implemented in pure JavaScript according to the .gitignore spec 2.22.1.
- [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) - A pure JavaScript implementation of git for node and browsers!
- [lodash](https://github.com/lodash/lodash) - A modern JavaScript utility library delivering modularity, performance & extras.
- [MegaLinter](https://megalinter.io) - Open-Source tool for CI/CD workflows that analyzes the consistency of your code, IAC, configuration, and scripts
- [simple-git](https://github.com/steveukx/git-js) - A light weight interface for running git commands in any node.js application.
Expand Down
Loading

1 comment on commit 4728132

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark.js Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 4728132 Previous: 61524c6 Ratio
e2e-test 0.32 ops/sec (±0.72%) 0.44 ops/sec (±1.05%) 1.38

This comment was automatically generated by workflow using github-action-benchmark.

CC: @scolladon

Please sign in to comment.