Skip to content
New issue

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

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

Already on GitHub? # to your account

git: Return HEAD SHA after performing action #56

Merged
merged 1 commit into from
May 25, 2021
Merged

Conversation

benbroadaway
Copy link
Collaborator

Returns the latest HEAD ref of the branch an action is performed on. Example response for commitAndPush:

{
  "changeList" : [ "new-file.txt" ],
  "headSHA" : "95938259eadf6a32b7852bd230d8a8a70c5ef6da",
  "ok" : true,
  "error" : "",
  "status" : "SUCCESS"
}

@benbroadaway benbroadaway requested review from ibodrov and a team May 17, 2021 15:34
@benbroadaway benbroadaway added the wip work in progress label May 24, 2021
@brig brig removed the wip work in progress label May 25, 2021
@brig brig merged commit 3ffce62 into master May 25, 2021
@brig brig deleted the git-return-head-ref branch May 25, 2021 13:03
@brig brig added the need docs Documentation required label May 25, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
need docs Documentation required
Development

Successfully merging this pull request may close these issues.

2 participants