[kernel] r16773 - people/benh

Ben Hutchings benh at alioth.debian.org
Wed Jan 5 02:33:38 UTC 2011


Author: benh
Date: Wed Jan  5 02:33:34 2011
New Revision: 16773

Log:
Reset the git branch more efficiently

Modified:
   people/benh/debian-kernel-patches-to-git

Modified: people/benh/debian-kernel-patches-to-git
==============================================================================
--- people/benh/debian-kernel-patches-to-git	Wed Jan  5 02:20:06 2011	(r16772)
+++ people/benh/debian-kernel-patches-to-git	Wed Jan  5 02:33:34 2011	(r16773)
@@ -184,5 +184,4 @@
 
 done
 
-git checkout "$branch"
-git reset --hard "HEAD@{1}"
+git branch -f "$branch"



More information about the Kernel-svn-changes mailing list