Skip to content

Commit

Permalink
wp-env: Use Simple Git instead of NodeGit (#28848)
Browse files Browse the repository at this point in the history
Includes an upgrade to `simple-git` v2.35.0, which allows us to retain our progress meter.

Co-authored-by: Noah Allen <noahtallen@gmail.com>
  • Loading branch information
ockham and noahtallen committed Feb 18, 2021
1 parent 98ebde9 commit d7f3337
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 451 deletions.
3 changes: 2 additions & 1 deletion bin/plugin/lib/git.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// @ts-nocheck
/**
* External dependencies
*/
const SimpleGit = require( 'simple-git/promise' );
const SimpleGit = require( 'simple-git' );

/**
* Internal dependencies
Expand Down

0 comments on commit d7f3337

Please sign in to comment.