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

Provide 7-char hashes in savehashes command #53

Merged
merged 3 commits into from
Jul 4, 2017
Merged

Provide 7-char hashes in savehashes command #53

merged 3 commits into from
Jul 4, 2017

Conversation

ma2ciek
Copy link
Contributor

@ma2ciek ma2ciek commented Jul 3, 2017

Other: Shortened hashes to 7-char version in savehashes command. Closes #47.

@ma2ciek ma2ciek requested a review from Reinmar July 3, 2017 14:53
@@ -25,7 +25,7 @@ module.exports = {

const commandResponse = {
packageName: data.packageName,
commit: commitHash
commit: commitHash.slice( 0, 7 ) // short version of the commit hash.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Short".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@Reinmar Reinmar merged commit 73990c8 into master Jul 4, 2017
@Reinmar Reinmar deleted the t/47 branch July 4, 2017 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants