Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Robert Brown a34503994d Fix logic for extra adds of identical files. 11 gadi atpakaļ
  Gary van der Merwe 395b1460cb Alter itertools import statement so that 2to3 fixes it. 11 gadi atpakaļ
  Jelmer Vernooij f6439d709d Merge branch 'py3k' of git://github.com/Ormod/dulwich 11 gadi atpakaļ
  Jelmer Vernooij 5a4e20d14b Add pep8 make target and fix some pep8ness. 11 gadi atpakaļ
  Hannu Valtonen 2b721b6b86 py3k: Go through all uses of itertools and make them work on py3k 11 gadi atpakaļ
  Gary van der Merwe 8914c3457f Use io.BytesIO rather than cStringIO. 11 gadi atpakaļ
  Jelmer Vernooij 0358c518c6 Drop compatibility function for namedtuple. 11 gadi atpakaļ
  Jelmer Vernooij 1dabfc2542 Remove compatibility code for collections.defaultdict, in preparation of 11 gadi atpakaļ
  Jelmer Vernooij 61d04e418b Fix syntax errors in docstrings. 12 gadi atpakaļ
  Dave Borowitz fd8f3edee3 diff_tree: Factor out a protected _add_change method. 13 gadi atpakaļ
  Dave Borowitz 7c7b732ebb diff_tree: Remove unnecessarily complicated _matches_any_parent. 13 gadi atpakaļ
  Dave Borowitz 0bb1338475 diff_tree: Factor out a few protected methods in RenameDetector. 13 gadi atpakaļ
  Dave Borowitz 3b35b6b7b1 diff_tree: Use built-in defaultdict module correctly. 13 gadi atpakaļ
  Dave Borowitz 1c7cb6c250 diff_tree: Fix add/add and add/exact rename conflicts. 13 gadi atpakaļ
  Dave Borowitz a099aecd6b diff_tree: Do easy copy detection without find_copies_harder. 13 gadi atpakaļ
  Dave Borowitz 753edb2b3b walk: Add option to follow paths across rename/copy. 13 gadi atpakaļ
  Dave Borowitz b005326623 diff_tree: Add rename_detector to tree_changes_for_merge. 13 gadi atpakaļ
  Dave Borowitz ef2583af24 diff_tree: Add rename_detector to tree_changes. 13 gadi atpakaļ
  Dave Borowitz f7b063c999 diff_tree: Add want_unchanged to changes_with_renames. 13 gadi atpakaļ
  Dave Borowitz f1f922d97c diff_tree: Construct RenameDetectors without passing tree SHAs. 13 gadi atpakaļ
  Dave Borowitz e81a7abcdd diff_tree: Add function for getting tree changes for merges. 13 gadi atpakaļ
  Dave Borowitz eff9bff118 diff_tree: Make rename/rewrite threshold constants public. 13 gadi atpakaļ
  Dave Borowitz d0c6630a52 _compat: Inline specific namedtuple instances. 13 gadi atpakaļ
  Jelmer Vernooij 5aa3160ea9 Replace :yield: with :return: as the former is not standard rest. 14 gadi atpakaļ
  Jelmer Vernooij 61c9a751f4 Rename dulwich.misc => dulwich._compat. 14 gadi atpakaļ
  Jelmer Vernooij f137f01161 Fix unitialised variable, trivial formatting issues. 14 gadi atpakaļ
  Dave Borowitz b4f4f4d174 diff_tree: Add find_copies_harder to consider unmodified files. 14 gadi atpakaļ
  Dave Borowitz e758441172 diff_tree: C implementation of count_blocks. 14 gadi atpakaļ
  Dave Borowitz 20ab821ca4 diff_tree: Use hashcodes as block keys instead of strings. 14 gadi atpakaļ
  Dave Borowitz ae5aec239d diff_tree: Optimize _count_blocks inner loop. 14 gadi atpakaļ