Commit történet

Szerző SHA1 Üzenet Dátum
  Jelmer Vernooij 13777953e4 Stricter tests - check individual path elements. 10 éve
  Jelmer Vernooij 091638be3c By default refuse to create index entries with a path starting with .git/. 10 éve
  Jelmer Vernooij 74ff79dc60 Split out build_file_from_blob. 11 éve
  Gary van der Merwe 692aa9914a Use with statement rather than try: finaly: x.close(). 11 éve
  Jelmer Vernooij c34bd620e4 index: Fix IndexEntry to not include name. 11 éve
  Jelmer Vernooij 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 éve
  Jelmer Vernooij 0706c4861c Move logic for creating blog from path to dulwich.index. 11 éve
  Michael K 76f883285d Use namedtuple for index entry. 11 éve
  Gary van der Merwe 6ce5acaf9a Apply some lib2to3.fixes.fix_idioms (exclued list(x).sort() -> sorted(x) changes.) 11 éve
  Gary van der Merwe 7719284af3 Apply lib2to3.fixes.fix_numliterals 11 éve
  Jelmer Vernooij 87303b1590 Use new style exception handling in a few more places. 11 éve
  André Roth f5c46b59a7 Support filesystems with 64bit inode and device numbers. 11 éve
  Jelmer Vernooij c42e47b57c Update some copyright headers. 12 éve
  kwatters cb48f6cb8d Fix index.changes_from_tree against an empty tree. 13 éve
  Jelmer Vernooij 5970fb6556 Ask for forgiveness, not permission. 12 éve
  Aaron O'Mullan 294daba3cf Fix: Issue when overwriting symlinks during tree checkout 12 éve
  Mark Mikofski 02aa43a6f8 add honor_filemode flag to build_index_from_tree 12 éve
  Jelmer Vernooij 54f5dfa0b1 Avoid use of 'with' in dulwich.index, fixes compatibility with python < 2.5. 13 éve
  Jelmer Vernooij 8e6aaa2851 Merge addition of dulwich.index.build_index_from_tree from milki. 13 éve
  milki f322dfd0e1 pep8 cleanup 13 éve
  milki 447a9683c5 Support for symlink 13 éve
  milki 875f87bb61 Move checkout to index 13 éve
  Jelmer Vernooij cb0a9533b2 Simplify Repo.stage a bit by using index_entry_from_stat. 13 éve
  Jelmer Vernooij 9fcc0b7862 add a mode argument to index_entry_from_stat. 13 éve
  Jelmer Vernooij 2d7b2dcc7a Fix changes_from_tree indentation. 13 éve
  Jelmer Vernooij ef689ae865 Refactor changes_from_tree, add index_entry_from_stat. 13 éve
  Jelmer Vernooij 9c7de183bd Fix order of parameters to Tree.add. 14 éve
  Dave Borowitz e950bdd711 Clean up file headers. 15 éve
  Dave Borowitz b3ab139abf Add non-bare repository tests. 15 éve
  Dave Borowitz 97ea7f695a Treat non-existent index files as empty. 15 éve