From: Stephen Rothwell Date: Fri, 30 Aug 2013 00:23:46 +0000 (+1000) Subject: import-akpm: make the fetch excplicit X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=0ad256cff2cc6acadcf90dc58ec8f8339fdbac21;p=next-scripts import-akpm: make the fetch excplicit --- diff --git a/import-akpm b/import-akpm index d206e7a..83bc7e8 100755 --- a/import-akpm +++ b/import-akpm @@ -84,7 +84,11 @@ done log '$' cd $cpwd cd $cpwd -execute git fetch akpm +execute git fetch --force --no-tags ../quilt-tmp \ + refs/heads/akpm/master:refs/heads/akpm/master \ + refs/heads/akpm/master-base:refs/heads/akpm/master-base \ + refs/heads/akpm/current:refs/heads/akpm/current \ + refs/heads/akpm/current-base:refs/heads/akpm/current-base rm -rf ../quilt-tmp