Historique des commits

Auteur SHA1 Message Date
  Dave Borowitz 61505b5ea3 walk: Add option to limit the number of commits returned. il y a 14 ans
  Dave Borowitz b97bf8b939 Add a simple, extensible framework for commit walking. il y a 14 ans
  Dave Borowitz eaa1cec7e1 objects: Make ShaFile.__eq__ work when other is not a ShaFile. il y a 14 ans
  Dave Borowitz 54125d3106 diff_tree: Make rename/rewrite threshold constants public. il y a 14 ans
  Dave Borowitz 34eb0098b1 tests/utils: Build graphs of commits with arbitrary attributes. il y a 14 ans
  Dave Borowitz 80e0210e5a tests/utils: Build commit graphs with custom trees. il y a 14 ans
  Dave Borowitz d53a7ce96d tests/utils: Function for quickly building commit graphs. il y a 14 ans
  Jelmer Vernooij 4a9983a41a Support ~ in git:// URL paths. il y a 14 ans
  Jelmer Vernooij 1a88055816 Fix formatting of docstrings for compatibility with pydoctor. il y a 14 ans
  Jelmer Vernooij e7dc19a940 Remove unused import in pack.py. il y a 14 ans
  Dave Borowitz 7e31064940 pack: Extract a function to write a packed object header. il y a 14 ans
  Dave Borowitz c65bb76ea9 pack: Remove comp_len from UnpackedObject. il y a 14 ans
  Dave Borowitz 7d91fe51cc pack: Add option to include compressed data in UnpackedObjects. il y a 14 ans
  Dave Borowitz 2919b3d2a0 pack: Create an UnpackedObject for better encapsulation. il y a 14 ans
  Dave Borowitz e1bf4fd4a4 _compat: Inline specific namedtuple instances. il y a 14 ans
  Dave Borowitz a148200738 _compat: Use namedtuple recipe rather than hard-coding. il y a 14 ans
  Dave Borowitz e487bccea6 pack: Nuke ThinPackData. il y a 14 ans
  Dave Borowitz 907aa93d86 pack: Add PackInflater to quickly inflate pack objects. il y a 14 ans
  Dave Borowitz 07117ce018 pack: Fix a buffering issue with PackStreamReader; add tests. il y a 14 ans
  Dave Borowitz ace126c5c8 pack: Pass a zlib buffer size through to read_zlib_chunks. il y a 14 ans
  Dave Borowitz d5b8ba3d8f Rewrite add_thin_pack to use the fast PackIndexer. il y a 14 ans
  Dave Borowitz 9f38a56fbf pack: Extract a function to compute the SHA of a file. il y a 14 ans
  Dave Borowitz d17c537402 pack: Extract a method to check pack length and SHA. il y a 14 ans
  Dave Borowitz f545bf9ce9 test_pack: Test checksum and length mismatch conditions. il y a 14 ans
  Dave Borowitz a547456e99 pack: use SEEK_END for PackData.get_stored_checksum(). il y a 14 ans
  Dave Borowitz 2b011cc048 Move PackStreamReader from server to pack. il y a 14 ans
  Dave Borowitz 5710bd4a24 tests/utils: Pass a file object into build_pack. il y a 14 ans
  Dave Borowitz fb35e99618 pack: Include offset in PackStreamReader results. il y a 14 ans
  Dave Borowitz f963e4600f misc: Add SEEK_CUR. il y a 14 ans
  Dave Borowitz 9cc6d0bdbd tests: Move write_pack_data to utils.build_pack. il y a 14 ans