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

Commit: retrieve tree and parents' ids directly #311

Merged
merged 2 commits into from
Jan 19, 2014

Commits on Jan 19, 2014

  1. Commit: allow retrieval of the tree's ID

    Let the user retrieve the ID of the commit's tree instead of having to
    load the tree just to retrieve this information.
    carlosmn committed Jan 19, 2014
    Configuration menu
    Copy the full SHA
    5a80091 View commit details
    Browse the repository at this point in the history
  2. Commit: allow retrieval of the parents' ids

    Don't force the user to load the parents in order to get their ids, but
    expose a list of the ids directly.
    carlosmn committed Jan 19, 2014
    Configuration menu
    Copy the full SHA
    1b473b7 View commit details
    Browse the repository at this point in the history