Commit History

作者 SHA1 備註 提交日期
  Jelmer Vernooij 4c1f124703 write_pack_data and write_pack no longer take a num_objects argument. 14 年之前
  Jelmer Vernooij bd44ca24d6 Merge fiix compilation on newer versions of Mac OS X (Lion and up). Thanks Ryan McKern. 14 年之前
  Ryan McKern d6cc373992 Fix for bug https://bugs.launchpad.net/dulwich/+bug/794543, where strnlen is defined twice if you're using OS X 10.7 (Lion). 14 年之前
  Jelmer Vernooij cf9009d744 Fix use of SubprocessWrapper on Windows. 14 年之前
  Jelmer Vernooij 5c36babce3 remove trailing whitespace 14 年之前
  Jelmer Vernooij c91e600475 Improve performance of Repo.revision_history(). 14 年之前
  Timo Schmid 73491c4bb2 Repo.commit is deprecated => using Repo[] instead 14 年之前
  Timo Schmid 1ae1dbae6f Improved Repo.revision_history(head) 14 年之前
  Jelmer Vernooij e2cac83049 Support IPv6 for git:// connections. 14 年之前
  Jelmer Vernooij 3351d341e8 Merge improvement of assertion message. 14 年之前
  Jelmer Vernooij 549daae698 Merge improved assert message. 14 年之前
  Jelmer Vernooij e1f230f539 Add message to assert. 14 年之前
  Jelmer Vernooij 53e5c1bec5 Report protocol activity when communicating over SSH. 14 年之前
  Brendan Cully 9582ae9c5e Pass remote errors on as separate exception. 14 年之前
  Jelmer Vernooij 23aa5a7469 Merge fix for building against Fink's Python from bcully. 14 年之前
  Brendan Cully 960ff270e7 Hardcoding ARCHFLAGS breaks the build against fink's python 14 年之前
  Jelmer Vernooij 88877334b0 Make read_refs private. 14 年之前
  Jelmer Vernooij d80940e7a7 Start on 0.7.2. 15 年之前
  Jelmer Vernooij 2a2f889b23 Release 0.7.1. 15 年之前
  Daniele Sluijters d260102b44 Fix compilation with XCode 4 and older versions of Python. 15 年之前
  Jelmer Vernooij c4fe79ef4c Merge support for submodules in write_tree_diff. 15 年之前
  Jelmer Vernooij f1c47c2720 Add more tests for write_object_diff, NEWS entry. 15 年之前
  Jelmer Vernooij 373e28133d Add submodule support in write_tree_diff. 15 年之前
  Jelmer Vernooij bec706e68e Add test for write_tree_diff with a submodule. 15 年之前
  Jelmer Vernooij 9a8b120760 Fix typo pointed out by Rob. 15 年之前
  Jelmer Vernooij c9f2d27a23 Add extra test for Pack.keep, copy pack so keep file is created in temp dir. 15 年之前
  Jelmer Vernooij bd2ec45f5f Fix syntax in Pack.keep docstring. 15 年之前
  Jelmer Vernooij 54f2e30a52 Merge Pack.keep support from Marc Brinkmann. 15 年之前
  Marc Brinkmann c833276358 Added test for Pack.keep(). 15 年之前
  Marc Brinkmann 04b439d2cf Added Pack.keep() method. 15 年之前