Allow guilt-pop to run from a subdir
[guilt.git] / guilt-refresh
blob69bb9b07c03028eab6bbe71f80773cc7c20d4813
1 #!/bin/bash
3 # Copyright (c) Josef "Jeff" Sipek, 2006, 2007
6 source "`dirname $0`/guilt"
8 TOP=`get_top`
10 refresh_patch "$TOP"
12 git-reset --hard HEAD^
14 push_patch "$TOP"