コミット履歴

作者 SHA1 メッセージ 日付
  Gary van der Merwe ca6cbcd018 Split BuildIndexTests.test_nonempty so that the symlinks are tested separately. 10 年 前
  Gary van der Merwe b4d3b21095 For tests that require symlink support, check if os has a symlink attr rather 10 年 前
  Jelmer Vernooij 4ce901c8de Merge branch 'index_validate_path_element' of git://github.com/garyvdm/dulwich 10 年 前
  Gary van der Merwe 7c2c8f6ac1 Make sure we clean up all temp dir when running tests. 10 年 前
  Gary van der Merwe 8bb8db75ff In index.build_index_from_tree, pass the validate_path_element onto validate_path. 10 年 前
  Gary van der Merwe 7c938359c9 Spelling fix. 10 年 前
  Gary van der Merwe 8748115c9f Fix FileSystemBackendTests.test_absolute on windows python3. 10 年 前
  Gary van der Merwe f1b483d955 Better fix for normalising the case FileSystemBackend.open_repository. 10 年 前
  Gary van der Merwe 8fb1ed9b75 Fix FileSystemBackendTests.test_absolute on windows python3. 10 年 前
  Gary van der Merwe b514d8893c Fix index.blob_from_path_and_stat on pypy with paths with non ascii unicode. 10 年 前
  Gary van der Merwe c9348faa6d Fix SubprocessGitClient on Windows Python3. 10 年 前
  Gary van der Merwe b4e187181f Fix running hooks on windows with unicode repo paths. 10 年 前
  Gary van der Merwe 1d4d526b6e Revert "Change the way methods that take a path argument behave." 10 年 前
  Jelmer Vernooij ad71a07fbd Add NEWS entry for git.bat support. 10 年 前
  Jelmer Vernooij f0c8295c46 Move finding of C git into a separate function. 10 年 前
  Stefan Zimmermann 5721c7a126 try to use win32api.FindExecutable('git') for .bat and .cmd support instead of running cmd /c git 10 年 前
  Stefan Zimmermann e784427a66 Support git.bat on Windows 10 年 前
  Jelmer Vernooij 113966a26c Merge branch 'porcelain_clone_close' of git://github.com/garyvdm/dulwich 10 年 前
  Gary van der Merwe b1cdce02b6 Close repo in porcelain.clone for all exceptions. 10 年 前
  Jelmer Vernooij 9fb3e3ccd7 Update note about python3. 10 年 前
  Jelmer Vernooij 111a0431bb Add HttpGitClient.__repr__. 10 年 前
  Gary van der Merwé ff831aa895 Close Repo, ObjectStore, and Pack objects. 10 年 前
  Gary van der Merwe 4736a989d9 Wait for git subprocess to finish in DulwichTCPClientTest. 10 年 前
  Gary van der Merwe 8c9eb80ae4 Don't run tutorial doc tests on windows. 10 年 前
  Gary van der Merwe f824587a8f Skip tests that reqiure symlinks on windows. 10 年 前
  Gary van der Merwe a62b59f67a Fix server.FileSystemBackend on windows. 10 年 前
  Gary van der Merwe d6326afae9 Fix import of rmtree_ro. 10 年 前
  Gary van der Merwé e82020ced4 Removing .git dirs requires a bit more effort on windows. 10 年 前
  Jelmer Vernooij 81a770d86e Avoid tear_down_repo in compat. 10 年 前
  Jelmer Vernooij 6095937abd Move import repo onto CompatTestCase. 10 年 前