Skip to content

Instantly share code, notes, and snippets.

@buckett
buckett / chcherrypick.sh
Last active February 25, 2016 16:26 — forked from juanjmerono/chcherrypick.sh
Script to list pending commits in 11.x branch
#!/bin/bash
#
# You must run this in the Sakai working directory in master branch
# chcherrypick.sh -u (to update your repo)
# chcherrypick.sh -m (to check the list of pending cherry picks even they are not Verified in jira)
# chcherrypick.sh (to check the list of pending cherry picks)
#
SEPARATOR=$'\n'"###"
SEPARATOREND="###"
CNT=1