Historial de Commits

Autor SHA1 Mensaje Fecha
  Jelmer Vernooij f7e56f3952 Break some long lines. hace 14 años
  Dave Borowitz 5c6642f810 diff_tree: Remove unnecessarily complicated _matches_any_parent. hace 14 años
  Dave Borowitz 468d27d4c8 diff_tree: Factor out a few protected methods in RenameDetector. hace 14 años
  Dave Borowitz 501b32c963 diff_tree: Use built-in defaultdict module correctly. hace 14 años
  Dave Borowitz 4369584ba3 diff_tree: Fix add/add and add/exact rename conflicts. hace 14 años
  Dave Borowitz f131722b34 server: Sort ref advertisements. hace 14 años
  Dave Borowitz 681adf1c96 server: Correctly advertise capabilities during receive-pack. hace 14 años
  Dave Borowitz fb487e9fff pack: Cache binary SHA of unpacked objects. 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
  Jelmer Vernooij 33bea40f7a Remove unused imports. hace 14 años
  Dave Borowitz fa7664cda6 walk: Propagate excluded out-of-order commits. hace 14 años
  Dave Borowitz e9932b518d _compat: Add implementation of all(). hace 14 años
  Dave Borowitz 156d632a00 walk: Record last commit yielded by the pq. hace 14 años
  Dave Borowitz bf66a63297 walk: Reorganize 'since' boundary code. hace 14 años
  Dave Borowitz 1c527aa96d walk: Exclude parents more aggressively. hace 14 años
  Dave Borowitz d7d2d8aaaf walk: Walk a fixed number of extra commits before returning. hace 14 años
  Dave Borowitz dc3d739004 Add walk module to tests/__init__.py. hace 14 años
  Dave Borowitz 924b19f7ba walk: Allow topological ordering. hace 14 años
  Dave Borowitz 471425b076 test_walk: Simplify commit_time attr assignment. hace 14 años
  Dave Borowitz 81aaced87f walk: Separate reordering logic from iteration logic. hace 14 años
  Dave Borowitz c91c82aa7d walk: Extract commit-time pqueue into its own class. hace 14 años
  Dave Borowitz be1375a471 walk: Simplify WalkEntry constructor. hace 14 años
  Dave Borowitz fc7092ce1e walk: Handle a small, fixed number of out-of-date-order commits. hace 14 años
  Dave Borowitz 2040b983d6 walk: Add options to limit by commit time. hace 14 años
  Dave Borowitz 89bac30b79 repo: Implement revision_history with a Walker. hace 14 años