Sourcetree crashes with orphan branch

XMLWordPrintable

    • Type: Bug
    • Resolution: Obsolete
    • Priority: Medium
    • None
    • Affects Version/s: 1.6.11
    • Component/s: Git, UX

      For building purposes we create an orphan build branch which basiclly mirrors a corresponding branch, ie;

      • master vs. build/master
      • some-branch vs. build/some-branch

      The branches under build/* are orphan branches. We're doing this via CLI like so;

      if build branch exists then
        git clone source/ build/
        git checkout --orphan build/master build/
      else
        git branch build/master origin/build/master
        git clone -b build/master source/ build/
      endif

      The sourcetree GUI sometimes crashes when selecting/viewing a commit from an orphan branch.

      The changesets in build/* can get pretty large

            Assignee:
            Unassigned
            Reporter:
            Deleted Account (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: