Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumper: Allow user to specify working directory for git push #19159

Commits on Jun 11, 2020

  1. Add GetAllClones and GetRoot functions

    These functions have been added as part of the bugzilla backporter tool. 
    The GetAllClones function would return all the clones of a particular bug(including its parent, grandparent etc.), unlike the GetClones function which would return only the clones which were cloned from that particular bug.
    The GetRoot function would return the original bug which produced the clone even if that bug is a clone of a clone.
    GeoBK authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    c114992 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    a9e34e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e70140 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    7227458 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    00472c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    083b47f View commit details
    Browse the repository at this point in the history