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

Minor simplification in bundle_version script template #221

Merged
merged 1 commit into from
Apr 23, 2015

Conversation

mokagio
Copy link
Contributor

@mokagio mokagio commented Apr 23, 2015

git rev-list offers a --count formatting option which:

Print a number stating how many commits would have been listed, and suppress all other output.

See man git-rev-list.

This is in my opinion a simpler command that the current version with | wc -l | tr -d ' '.

`git rev-list` offers a `--count` formatting option which:

> Print a number stating how many commits would have been listed, and suppress all other output.

See `man git-rev-list`.

This is in my opinion a simpler command that the current version with `| wc -l | tr -d ' '`.
@gfontenot
Copy link
Member

Fantastic

@gfontenot gfontenot merged commit d754aee into liftoffcli:master Apr 23, 2015
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.

2 participants