@@ -6,6 +6,10 @@ Changelog
6
6
====================================
7
7
8
8
* support for worktrees
9
+ * fix(cygwin): use ``cygpath.exe `` to convert *Windows * paths and respect
10
+ different mount-points (e.g. *MSYS2 * which is a *Cygwin * clone mounts drives
11
+ under root).
12
+
9
13
10
14
2.1.3 - Bugfixes
11
15
====================================
@@ -34,7 +38,7 @@ Notable fixes
34
38
* The `GIT_DIR ` environment variable does not override the `path ` argument when
35
39
initializing a `Repo ` object anymore. However, if said `path ` unset, `GIT_DIR `
36
40
will be used to fill the void.
37
-
41
+
38
42
All issues and PRs can be viewed in all detail when following this URL:
39
43
https://github.com/gitpython-developers/GitPython/issues?q=is%3Aclosed+milestone%3A%22v2.1.0+-+proper+windows+support%22
40
44
@@ -63,7 +67,7 @@ https://github.com/gitpython-developers/GitPython/issues?q=is%3Aclosed+milestone
63
67
2.0.7 - New Features
64
68
====================
65
69
66
- * `IndexFile.commit(...,skip_hooks=False) ` added. This parameter emulates the
70
+ * `IndexFile.commit(...,skip_hooks=False) ` added. This parameter emulates the
67
71
behaviour of `--no-verify ` on the command-line.
68
72
69
73
2.0.6 - Fixes and Features
@@ -103,7 +107,7 @@ https://github.com/gitpython-developers/GitPython/issues?q=is%3Aclosed+milestone
103
107
commit messages contained ``\r `` characters
104
108
* Fix: progress handler exceptions are not caught anymore, which would usually just hide bugs
105
109
previously.
106
- * Fix: The `Git.execute ` method will now redirect `stdout ` to `devnull ` if `with_stdout ` is false,
110
+ * Fix: The `Git.execute ` method will now redirect `stdout ` to `devnull ` if `with_stdout ` is false,
107
111
which is the intended behaviour based on the parameter's documentation.
108
112
109
113
2.0.2 - Fixes
0 commit comments