Commit History

Author SHA1 Message Date
  Gary van der Merwe ed8574ee54 Add failing test to ensure we don't fiddle with checkout path encoding. 10 years ago
  Gary van der Merwe 8bb8db75ff In index.build_index_from_tree, pass the validate_path_element onto validate_path. 10 years ago
  Gary van der Merwe 7c938359c9 Spelling fix. 10 years ago
  Gary van der Merwe b514d8893c Fix index.blob_from_path_and_stat on pypy with paths with non ascii unicode. 10 years ago
  Gary van der Merwe 1d4d526b6e Revert "Change the way methods that take a path argument behave." 10 years ago
  Jelmer Vernooij 6ff21a5c9b Fix tests: Add missing Index.path property. 10 years ago
  Gary van der Merwé 7a02943889 Change the way methods that take a path argument behave. 10 years ago
  Jelmer Vernooij 41bdaf1e78 Remove python3 special casing. 10 years ago
  Jelmer Vernooij 8129e12c06 Support python3 for index tests. 10 years ago
  Jelmer Vernooij e449ad66f3 Add support for python3 to remainder of dulwich.repo. 10 years ago
  Jelmer Vernooij 17d644de8e Convert repo to python3. 10 years ago
  Gary van der Merwe 7da496f1a9 Port index to python3 10 years ago
  Jelmer Vernooij 2de065df43 Add function for validation ntfs path elements. 10 years ago
  Jelmer Vernooij 13777953e4 Stricter tests - check individual path elements. 10 years ago
  Jelmer Vernooij 091638be3c By default refuse to create index entries with a path starting with .git/. 10 years ago
  Jelmer Vernooij 74ff79dc60 Split out build_file_from_blob. 11 years ago
  Gary van der Merwe 692aa9914a Use with statement rather than try: finaly: x.close(). 11 years ago
  Jelmer Vernooij c34bd620e4 index: Fix IndexEntry to not include name. 11 years ago
  Jelmer Vernooij 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 years ago
  Jelmer Vernooij 0706c4861c Move logic for creating blog from path to dulwich.index. 11 years ago
  Michael K 76f883285d Use namedtuple for index entry. 11 years ago
  Gary van der Merwe 6ce5acaf9a Apply some lib2to3.fixes.fix_idioms (exclued list(x).sort() -> sorted(x) changes.) 11 years ago
  Gary van der Merwe 7719284af3 Apply lib2to3.fixes.fix_numliterals 11 years ago
  Jelmer Vernooij 87303b1590 Use new style exception handling in a few more places. 11 years ago
  André Roth f5c46b59a7 Support filesystems with 64bit inode and device numbers. 11 years ago
  Jelmer Vernooij c42e47b57c Update some copyright headers. 11 years ago
  kwatters cb48f6cb8d Fix index.changes_from_tree against an empty tree. 13 years ago
  Jelmer Vernooij 5970fb6556 Ask for forgiveness, not permission. 12 years ago
  Aaron O'Mullan 294daba3cf Fix: Issue when overwriting symlinks during tree checkout 12 years ago
  Mark Mikofski 02aa43a6f8 add honor_filemode flag to build_index_from_tree 12 years ago