Skip to content

Instantly share code, notes, and snippets.

@askb
Last active October 20, 2020 01:30
Show Gist options
  • Save askb/66e8cd9336d6de11b2861533e0d267cd to your computer and use it in GitHub Desktop.
Save askb/66e8cd9336d6de11b2861533e0d267cd to your computer and use it in GitHub Desktop.
Autorelease git-log: stable/magesium - CR's committed/merged for last one months
// CR coming into AR on the stable/magnesium branch on each day for the one month period.
$ git branch
* (HEAD detached at origin/stable/magnesium)
master
stable/magnesium
$ git submodule foreach "git log --oneline --graph --decorate --no-merges --pretty='format:%as %h' --since=1.month.ago"
Entering 'aaa'
Entering 'bgpcep'
Entering 'controller'
* 2020-10-13 5ed0b16605
Entering 'daexim'
Entering 'genius'
Entering 'infrautils'
Entering 'integration/distribution'
* 2020-10-19 7d88ebb
* 2020-10-19 0e54c9a
Entering 'jsonrpc'
Entering 'lispflowmapping'
Entering 'netconf'
* 2020-10-14 31f1175d1
* 2020-10-14 91d24fb0e
Entering 'netvirt'
Entering 'neutron'
Entering 'openflowplugin'
Entering 'ovsdb'
Entering 'serviceutils'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment