We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56d9f1 commit b82072bCopy full SHA for b82072b
CHANGELOG.txt
@@ -1,5 +1,9 @@
1
=== (ongoing) ===
2
* implement behavior for .gitignore
3
4
+=== 0.1.1 ===
5
+* fix #129: use ssh user from clone url
6
+* fix #134: pushing on repos requiring authentication was not working
7
+
8
=== 0.1.0 ===
9
Initial release
setup.py
@@ -4,7 +4,7 @@
REQUIREMENTS = [line.strip() for line in open("requirements.txt").readlines()]
setup(name='gitfs',
- version='0.1.0',
+ version='0.1.1',
platforms='any',
description='Mount git repositories as local folders.',
10
author='Presslabs',
0 commit comments