Skip to content

Instantly share code, notes, and snippets.

@swmcc
Created January 5, 2018 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swmcc/f2d2cb45c48c685b26ad09481e663df8 to your computer and use it in GitHub Desktop.
Save swmcc/f2d2cb45c48c685b26ad09481e663df8 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
output = `git log 2.20.1-rc1..develop --oneline --no-merges`
print output.split(/$/).map(&:strip)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment