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

Use the project's full display name in the message #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 9, 2014

  1. Use the project's full display name in the message

    Previously it was using display name. The difference is for projects
    nested in folders. getDisplayName returns the last segment there,
    whereas getFullDisplayName includes all the parent folders as well,
    separated by ». For projects not in folders, they're identical.
    
    We have several builds with the same final segment name
    that are only different based on the folder they're in. This works much
    better for that.
    groves committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    df5b1e8 View commit details
    Browse the repository at this point in the history