1 comments

  • schusterfredl3 days ago
    mergetopus is a tool that helps teams follow a structured workflow for very large merges by splitting one risky merge into parallelizable tasks:<p>* one integration branch for trivial&#x2F;non-conflicting merge results * optional slice branches for selected conflicted files * original annotate&#x2F;blame information is retained
    • iamjs1 hour ago
      I have long wanted a tool to help split large diffs into smaller semantic changes. When you&#x27;re working on a feature, for example, and end up refactoring along the way, you may wish to have your refactor reviewed and merged without any new functionality.
    • locknitpicker48 minutes ago
      &gt; * one integration branch for trivial&#x2F;non-conflicting merge results<p>Doesn&#x27;t this mean the integration branch will be missing key updates, thus it&#x27;s expected to be broken?