提交历史

作者 SHA1 备注 提交日期
  Dave Borowitz 1a8caadab9 object_store: Don't send a pack with duplicates of the same object. 13 年之前
  Dave Borowitz a88869bf56 pack: Allow reading of empty packs. 13 年之前
  Dave Borowitz a099aecd6b diff_tree: Do easy copy detection without find_copies_harder. 13 年之前
  Dave Borowitz 03192bae4f Pass an HTTP request object through to handlers. 13 年之前
  Jelmer Vernooij fcbe1e1e60 ObjectStore.get_graph_walker() now no longer yields the same 13 年之前
  Jelmer Vernooij fdbf283566 Remove unused imports. 13 年之前
  Dave Borowitz 57e882cba1 walk: Propagate excluded out-of-order commits. 13 年之前
  Dave Borowitz fd46866303 _compat: Add implementation of all(). 13 年之前
  Dave Borowitz 527b63c143 walk: Record last commit yielded by the pq. 13 年之前
  Dave Borowitz cf2aeff324 walk: Reorganize 'since' boundary code. 13 年之前
  Dave Borowitz 5c75abc0d5 walk: Exclude parents more aggressively. 13 年之前
  Dave Borowitz a395b58f8a walk: Walk a fixed number of extra commits before returning. 13 年之前
  Dave Borowitz 7fed254488 Add walk module to tests/__init__.py. 13 年之前
  Dave Borowitz d0d369313b walk: Allow topological ordering. 13 年之前
  Dave Borowitz 1825c2dd05 test_walk: Simplify commit_time attr assignment. 13 年之前
  Dave Borowitz 8cbfaf4235 walk: Separate reordering logic from iteration logic. 13 年之前
  Dave Borowitz 6b2f9deea8 walk: Extract commit-time pqueue into its own class. 13 年之前
  Dave Borowitz 013540f327 walk: Simplify WalkEntry constructor. 13 年之前
  Dave Borowitz 686aa2da44 walk: Handle a small, fixed number of out-of-date-order commits. 13 年之前
  Dave Borowitz 54aabb5405 walk: Add options to limit by commit time. 13 年之前
  Dave Borowitz 71dc8de9a7 repo: Implement revision_history with a Walker. 13 年之前
  Dave Borowitz 56a607268d walk: Raise MissingCommitError instead of KeyError. 13 年之前
  Dave Borowitz 753edb2b3b walk: Add option to follow paths across rename/copy. 13 年之前
  Dave Borowitz a2986bab31 walk: Add option for rename detection. 13 年之前
  Dave Borowitz b005326623 diff_tree: Add rename_detector to tree_changes_for_merge. 13 年之前
  Dave Borowitz ef2583af24 diff_tree: Add rename_detector to tree_changes. 13 年之前
  Dave Borowitz f7b063c999 diff_tree: Add want_unchanged to changes_with_renames. 13 年之前
  Dave Borowitz f1f922d97c diff_tree: Construct RenameDetectors without passing tree SHAs. 13 年之前
  Dave Borowitz 876b4c3cdf walk: Return only commits matching specified paths. 13 年之前
  Dave Borowitz 435d87d78b walk: Add WalkEntry method to get tree changes. 13 年之前