We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7119a commit b731c27Copy full SHA for b731c27
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# Changelog for v1.0.0-alpha.3
2
+- init function now takes override paths for askpass.sh and GitAskPass.js for those in an asar
3
+
4
# Changelog for v1.0.0-alpha.1
5
- Changed credentials system for LFS to use GIT_ASKPASS
6
- major change to credentials callback, now implemented as a channel.
package.json
@@ -1,6 +1,6 @@
{
"name": "nodegit-large-file-storage",
- "version": "1.0.0-alpha.2",
+ "version": "1.0.0-alpha.3",
"description": "A wrapper for NodeGit to facilitate LFS Support",
"main": "build/src/index.js",
"scripts": {
0 commit comments