Skip to content

Instantly share code, notes, and snippets.

@juanjmerono
Created May 3, 2016 14:53
Show Gist options
  • Save juanjmerono/00ed22ecdbad5ae4c59da252b1e946fd to your computer and use it in GitHub Desktop.
Save juanjmerono/00ed22ecdbad5ae4c59da252b1e946fd to your computer and use it in GitHub Desktop.
#!/bin/bash
#
#
function log () {
if [[ $_VERBOSE -eq 1 ]]; then
echo "$@"
fi
}
git cherry 11.x master -v --abbrev=10 | grep '^+' | grep --invert-match -E 'SAK-|KNL-|SAM-|LSNBLDR-|LNSBLDR-|LSNBDLR-|DASH-|RSF-|Sak-|(\#|\s)[0-9]{4}(\:|\s|$)*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment