3 # Not for general consumption; a script I used to make sure
4 # I do not accidentally push a rewound master to public.
7 mb=$(git-merge-base ko-master master)
8 h=$(git-rev-parse $mb ko-master | sort -u | wc -l)
11 echo "OOOOOPPPPPPPPPPPPPPSSS! master is not ko-master fast forward."
13 git show-branch ko-master master
14 git show-branch ko-maint maint
15 git show-branch ko-pu pu