Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tzach/362b761c5847e8c5571bb8719c533f35 to your computer and use it in GitHub Desktop.
Save tzach/362b761c5847e8c5571bb8719c533f35 to your computer and use it in GitHub Desktop.
git log scylla-3.0.0..scylla-4.0.0 | grep -E -i '(fixes|fix|close|closes|closed|fixed|resolve|resolved|resolved) #' | wc -l
@tzach
Copy link
Author

tzach commented Jul 26, 2022

counting commits

git log scylla-2021.1.0..scylla-2022.1.rc8 --pretty=oneline | wc -l

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment