]> git.ozlabs.org Git - next-scripts/commitdiff
import-akpm: make the fetch excplicit
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 30 Aug 2013 00:23:46 +0000 (10:23 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 30 Aug 2013 00:23:46 +0000 (10:23 +1000)
import-akpm

index d206e7a60e7d6634e3d35669254d3c4a2e0e7838..83bc7e84e11522d4723d01adbe535d025d97b269 100755 (executable)
@@ -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