Ignore empty/commented series lines
[gq.git] / gq-refresh
blobfb48763baa4825ac05ba9d35eac2fdb3fe3c9f12
1 #!/bin/bash
3 # Copyright (c) Josef "Jeff" Sipek, 2006
6 source "`dirname $0`/gq.lib"
8 TOP=`get_top`
10 refresh_patch "$TOP"
12 git-reset --hard HEAD^
14 push_patch "$TOP"