• 
      

    Clarify the default tracking branch behavior in Git.

    Review Request #8965 — Created May 23, 2017 and submitted — Latest diff uploaded

    Information

    RBTools
    release-0.7.x
    bad1576...

    Reviewers

    The help for --tracking-branch said that if not provided, origin/master
    would be used as a default. This is sort of true, but misses a step.
    RBTools will attempt to find the tracking branch for the active branch
    and use that instead. This wasn't really clear from the help text, and
    led to some confusion by users.
    
    This is a simple wording change that just adds information on the
    missing step.

    Saw the help text.