Skip to content

Commit 7fd4154

Browse files
committed
doc(changes): explain cygpath.exe fix
1 parent fcfdafd commit 7fd4154

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/source/changes.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1014
2.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+
3842
All issues and PRs can be viewed in all detail when following this URL:
3943
https://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
6367
2.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

6973
2.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

109113
2.0.2 - Fixes

0 commit comments

Comments
 (0)