Skip to content

Commit cf8dc25

Browse files
committed
Update changelog and improve docs on skipped test
[skip ci]
1 parent 375e1e6 commit cf8dc25

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/source/changes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
2.1.6 - Bugfixes
6+
====================================
7+
8+
* support for worktrees
9+
510
2.1.3 - Bugfixes
611
====================================
712

git/test/test_submodule.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -664,11 +664,12 @@ def test_add_empty_repo(self, rwdir):
664664
# end for each checkout mode
665665

666666
@skipIf(HIDE_WINDOWS_KNOWN_ERRORS,
667-
"""FIXME: ile "C:\\projects\\gitpython\\git\\cmd.py", line 671, in execute
667+
"""FIXME on cygwin: File "C:\\projects\\gitpython\\git\\cmd.py", line 671, in execute
668668
raise GitCommandError(command, status, stderr_value, stdout_value)
669669
GitCommandError: Cmd('git') failed due to: exit code(128)
670670
cmdline: git add 1__Xava verbXXten 1_test _myfile 1_test_other_file 1_XXava-----verbXXten
671671
stderr: 'fatal: pathspec '"1__çava verböten"' did not match any files'
672+
FIXME on appveyor: see https://ci.appveyor.com/project/Byron/gitpython/build/1.0.185
672673
""")
673674
@with_rw_directory
674675
def test_git_submodules_and_add_sm_with_new_commit(self, rwdir):

0 commit comments

Comments
 (0)