Commit History

Author SHA1 Message Date
  Jelmer Vernooij b44d590b7c Support the 'side-band-64k' capability in 'git-receive-pack'. 14 years ago
  Jelmer Vernooij d87287d9ca Support passing merge heads to do_commit. 14 years ago
  Jelmer Vernooij d019907b2d Drop support for testtools, instead depend on python >= 2.7 or unittest2. 14 years ago
  Jelmer Vernooij e2d8236576 Add very basic Repo.clone (#725369) 14 years ago
  Jelmer Vernooij 40acacbfbb Merge support for ref argument to do_commit, with some tweaks. 14 years ago
  Jelmer Vernooij 85c1731875 Start on 0.8.1. 14 years ago
  Jelmer Vernooij cca85d2a13 Release 0.8.0. 14 years ago
  Dave Borowitz a979f6995c web: Use correct result MIME types. 14 years ago
  Dave Borowitz 4369584ba3 diff_tree: Fix add/add and add/exact rename conflicts. 14 years ago
  Dave Borowitz 681adf1c96 server: Correctly advertise capabilities during receive-pack. 14 years ago
  Dave Borowitz 95b37c7c67 server: Allow cloning an empty repo. 14 years ago
  Dave Borowitz d297b0124e object_store: Don't send a pack with duplicates of the same object. 14 years ago
  Dave Borowitz 8d98c1ef70 pack: Allow reading of empty packs. 14 years ago
  Dave Borowitz ff3cdfef46 diff_tree: Do easy copy detection without find_copies_harder. 14 years ago
  Dave Borowitz 604498805d Pass an HTTP request object through to handlers. 14 years ago
  Jelmer Vernooij 373ad1efcd ObjectStore.get_graph_walker() now no longer yields the same 14 years ago
  Dave Borowitz 4ed3f5d0cd diff_tree: Add rename_detector to tree_changes. 14 years ago
  Dave Borowitz d1a7f6f6f5 diff_tree: Add want_unchanged to changes_with_renames. 14 years ago
  Dave Borowitz ee476e2929 diff_tree: Construct RenameDetectors without passing tree SHAs. 14 years ago
  Dave Borowitz 24eca58a81 diff_tree: Add function for getting tree changes for merges. 14 years ago
  David Borowitz 28c8589a60 objects: Add lookup_path method to Tree. 14 years ago
  Dave Borowitz b97bf8b939 Add a simple, extensible framework for commit walking. 14 years ago
  Dave Borowitz eaa1cec7e1 objects: Make ShaFile.__eq__ work when other is not a ShaFile. 14 years ago
  Dave Borowitz d53a7ce96d tests/utils: Function for quickly building commit graphs. 14 years ago
  Jelmer Vernooij 4a9983a41a Support ~ in git:// URL paths. 14 years ago
  Dave Borowitz 7e31064940 pack: Extract a function to write a packed object header. 14 years ago
  Dave Borowitz 2919b3d2a0 pack: Create an UnpackedObject for better encapsulation. 14 years ago
  Dave Borowitz e487bccea6 pack: Nuke ThinPackData. 14 years ago
  Dave Borowitz 907aa93d86 pack: Add PackInflater to quickly inflate pack objects. 14 years ago
  Dave Borowitz 07117ce018 pack: Fix a buffering issue with PackStreamReader; add tests. 14 years ago