Histórico de Commits

Autor SHA1 Mensagem Data
  Jelmer Vernooij c389599efa Implement file change commands in fast import processor. há 15 anos atrás
  Jelmer Vernooij 63a577b4cb Add encoding argument to Repo.do_commit(). há 15 anos atrás
  Jelmer Vernooij cd166d81e1 testr: Add right magic for --parallel runs. há 15 anos atrás
  Augie Fackler 3fa6f9e8d4 objects.parse_tree: more gracefully handle invalid modes in trees há 15 anos atrás
  Dave Borowitz 38a1f0c634 test_patch: Fix a tree-adding typo. há 15 anos atrás
  Dave Borowitz 29e94556b7 Move permutations from test_objects to misc. há 15 anos atrás
  Dave Borowitz 16bc16849e object_store: Allow MemoryObjectStore object deletion for tests. há 15 anos atrás
  Dave Borowitz 055d2ebd52 objects: Allow tree entries to be sorted by name. há 15 anos atrás
  Jelmer Vernooij 38ac5827de test_patch: Skip test_extract_mercurial for the time being. há 15 anos atrás
  Augie Fackler 59c88c9ea4 Includes simple tests to verify bare = (true|false) in .git/config is há 15 anos atrás
  Augie Fackler bf39152d05 _objects.c: indentation/alignment tabs/spaces pedantry. há 15 anos atrás
  Augie Fackler cc238fda39 test_objects: clean up whitespace há 15 anos atrás
  Augie Fackler f794cbbadd objects: clean up trailing whitespace há 15 anos atrás
  Augie Fackler f23bfde9fb test_patch: fix tests on Python 2.6 há 15 anos atrás
  Jelmer Vernooij 64e625679a Kill doctest in dulwich.file. This breaks the epytext parser. há 15 anos atrás
  Jelmer Vernooij f5a81e693a Reorganize the tutorial. This kills some of the duplication and há 15 anos atrás
  Jelmer Vernooij 0bb8021efd Kill test.py, as it doesn't really add anything beyond the tutorial and the há 15 anos atrás
  Jelmer Vernooij 877b8e7027 tutorial: Fix 2-change-file.txt, add example of write_tree_diff usage. há 15 anos atrás
  Jelmer Vernooij 587e61ceca Repo.init: Fix mkdir argument; default to False for the moment as that's consistent with existing behaviour. há 15 anos atrás
  Jelmer Vernooij 54d41482d8 Repo.do_commit: Assert that the specified tree is 40 bytes long. há 15 anos atrás
  Jelmer Vernooij 6ce5fe2e2a Mention invalid name repr in exception. há 15 anos atrás
  Jelmer Vernooij 309469f9ee Run doctests in a temporary directory. há 15 anos atrás
  Jelmer Vernooij 8b760f5bcf Run the tutorial inside the test suite. há 15 anos atrás
  Jelmer Vernooij 02e82fb0a6 Add write_tree_diff. há 15 anos atrás
  Jelmer Vernooij 1526c47fcb Support parsing git mbox patches without a version tail, as generated by Mercurial. há 15 anos atrás
  Jelmer Vernooij 57abda8706 Remove duplicate copy of _fileno_can_read. há 15 anos atrás
  Jelmer Vernooij 15f55c0c1b Avoid assertIsInstance as it is only available in testtools' TestCase. há 15 anos atrás
  Jelmer Vernooij 70b9338e5a Keep tracker of markers in GitImportProcessor. há 15 anos atrás
  Jelmer Vernooij 8830030692 Makefile: Prepend PYTHONPATH rather than overriding it. há 15 anos atrás
  Jelmer Vernooij 17114cd401 Fix GitImportProcessor.commit_handler. há 15 anos atrás