File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 2.1.6 - Bugfixes
6+ ====================================
7+
8+ * support for worktrees
9+
5102.1.3 - Bugfixes
611====================================
712
Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments