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
* Update releases through end of Feb
* Re-ran releases plugin for february
* Re-ran releases plugin to pull in repo-copier's release typo fix
---------
Co-authored-by: Oreoluwa Agunbiade <[email protected]>
* Improve code architecture by @levkoburburas in https://github.com/gruntwork-io/repo-copier/pull/138
36
+
* Prevent continuously keeping `go-git` instances in memory by @levkoburburas in https://github.com/gruntwork-io/repo-copier/pull/134
37
+
* Improve code architecture by @levkoburburas in https://github.com/gruntwork-io/repo-copier/pull/138
37
38
* Switching to Git command by @levkoburburas in https://github.com/gruntwork-io/repo-copier/pull/139
38
-
* Prevent conuntinuesly keeping `go-git` instances in memory by @levkoburburas in https://github.com/gruntwork-io/repo-copier/pull/134
39
39
40
40
41
41
This release switches `repo-copier` to using your locally installed `git` instance rather than the embedded `go-git` library. This is because of memory consumption and stack overflow issues with `go-git`. Please ensure you have `git` installed locally and in your `PATH` whenever running `repo-copier` going forward!
@@ -82,6 +82,24 @@ This release switches `repo-copier` to using your locally installed `git` instan
0 commit comments