@@ -6,6 +6,10 @@ Changelog
66====================================
77
88* 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+
913
10142.1.3 - Bugfixes
1115====================================
@@ -34,7 +38,7 @@ Notable fixes
3438* The `GIT_DIR ` environment variable does not override the `path ` argument when
3539 initializing a `Repo ` object anymore. However, if said `path ` unset, `GIT_DIR `
3640 will be used to fill the void.
37-
41+
3842All issues and PRs can be viewed in all detail when following this URL:
3943https://github.com/gitpython-developers/GitPython/issues?q=is%3Aclosed+milestone%3A%22v2.1.0+-+proper+windows+support%22
4044
@@ -63,7 +67,7 @@ https://github.com/gitpython-developers/GitPython/issues?q=is%3Aclosed+milestone
63672.0.7 - New Features
6468====================
6569
66- * `IndexFile.commit(...,skip_hooks=False) ` added. This parameter emulates the
70+ * `IndexFile.commit(...,skip_hooks=False) ` added. This parameter emulates the
6771 behaviour of `--no-verify ` on the command-line.
6872
69732.0.6 - Fixes and Features
@@ -103,7 +107,7 @@ https://github.com/gitpython-developers/GitPython/issues?q=is%3Aclosed+milestone
103107 commit messages contained ``\r `` characters
104108* Fix: progress handler exceptions are not caught anymore, which would usually just hide bugs
105109 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,
107111 which is the intended behaviour based on the parameter's documentation.
108112
1091132.0.2 - Fixes
0 commit comments