Historial de Commits

Autor SHA1 Mensaje Fecha
  Dave Borowitz 4369584ba3 diff_tree: Fix add/add and add/exact rename conflicts. hace 14 años
  Dave Borowitz 681adf1c96 server: Correctly advertise capabilities during receive-pack. hace 14 años
  Dave Borowitz 95b37c7c67 server: Allow cloning an empty repo. hace 14 años
  Dave Borowitz d297b0124e object_store: Don't send a pack with duplicates of the same object. hace 14 años
  Dave Borowitz 8d98c1ef70 pack: Allow reading of empty packs. hace 14 años
  Dave Borowitz ff3cdfef46 diff_tree: Do easy copy detection without find_copies_harder. hace 14 años
  Dave Borowitz 604498805d Pass an HTTP request object through to handlers. hace 14 años
  Jelmer Vernooij 373ad1efcd ObjectStore.get_graph_walker() now no longer yields the same hace 14 años
  Dave Borowitz 4ed3f5d0cd diff_tree: Add rename_detector to tree_changes. hace 14 años
  Dave Borowitz d1a7f6f6f5 diff_tree: Add want_unchanged to changes_with_renames. hace 14 años
  Dave Borowitz ee476e2929 diff_tree: Construct RenameDetectors without passing tree SHAs. hace 14 años
  Dave Borowitz 24eca58a81 diff_tree: Add function for getting tree changes for merges. hace 14 años
  David Borowitz 28c8589a60 objects: Add lookup_path method to Tree. hace 14 años
  Dave Borowitz b97bf8b939 Add a simple, extensible framework for commit walking. hace 14 años
  Dave Borowitz eaa1cec7e1 objects: Make ShaFile.__eq__ work when other is not a ShaFile. hace 14 años
  Dave Borowitz d53a7ce96d tests/utils: Function for quickly building commit graphs. hace 14 años
  Jelmer Vernooij 4a9983a41a Support ~ in git:// URL paths. hace 14 años
  Dave Borowitz 7e31064940 pack: Extract a function to write a packed object header. hace 14 años
  Dave Borowitz 2919b3d2a0 pack: Create an UnpackedObject for better encapsulation. hace 14 años
  Dave Borowitz e487bccea6 pack: Nuke ThinPackData. hace 14 años
  Dave Borowitz 907aa93d86 pack: Add PackInflater to quickly inflate pack objects. hace 14 años
  Dave Borowitz 07117ce018 pack: Fix a buffering issue with PackStreamReader; add tests. hace 14 años
  Dave Borowitz ace126c5c8 pack: Pass a zlib buffer size through to read_zlib_chunks. hace 14 años
  Dave Borowitz d5b8ba3d8f Rewrite add_thin_pack to use the fast PackIndexer. hace 14 años
  Dave Borowitz 9f38a56fbf pack: Extract a function to compute the SHA of a file. hace 14 años
  Dave Borowitz d17c537402 pack: Extract a method to check pack length and SHA. hace 14 años
  Dave Borowitz 2b011cc048 Move PackStreamReader from server to pack. hace 14 años
  Dave Borowitz fb35e99618 pack: Include offset in PackStreamReader results. hace 14 años
  Dave Borowitz 9cc6d0bdbd tests: Move write_pack_data to utils.build_pack. hace 14 años
  Dave Borowitz d2941f50fc pack: Allow write_pack_object to compute a SHA. hace 14 años