Skip to content

Improve short api design#61

Open
behnammodi wants to merge 3 commits intokurttheviking:masterfrom
behnammodi:improve-short-api-design
Open

Improve short api design#61
behnammodi wants to merge 3 commits intokurttheviking:masterfrom
behnammodi:improve-short-api-design

Conversation

@behnammodi
Copy link
Copy Markdown

If we want to use short api with a specific length, we have to send null or undefined for the first argument
in this PR we have a new design of short api that we can send just length

before

git.short(null, 10)

now

git.short(10)

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.

1 participant