Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf8dc25

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

2 files changed

+7-1Lines changed: 7 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/source/changes.rst‎

Copy file name to clipboardExpand all lines: doc/source/changes.rst
+5Lines changed: 5 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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

Collapse file

‎git/test/test_submodule.py‎

Copy file name to clipboardExpand all lines: git/test/test_submodule.py
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.