[kernel] r13755 - dists/trunk/linux-2.6/debian/patches/bugfix/all/stable

Bastian Blank waldi at alioth.debian.org
Wed Jun 10 10:32:25 UTC 2009


Author: waldi
Date: Wed Jun 10 10:32:24 2009
New Revision: 13755

Log:
Merge parts of /dists/sid/linux-2.6.

Modified:
   dists/trunk/linux-2.6/debian/patches/bugfix/all/stable/gen-patch   (contents, props changed)

Modified: dists/trunk/linux-2.6/debian/patches/bugfix/all/stable/gen-patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/bugfix/all/stable/gen-patch	Wed Jun 10 10:27:05 2009	(r13754)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/all/stable/gen-patch	Wed Jun 10 10:32:24 2009	(r13755)
@@ -37,7 +37,7 @@
         if f.close() is not None:
             raise RuntimeError
 
-        f = os.popen("cd %s; git log --pretty=oneline -r %s..%s^" % (self.repo, tag_in, tag_out))
+        f = os.popen("cd %s; git log --oneline --reverse %s..%s^" % (self.repo, tag_in, tag_out))
         out = file(os.path.join(self.path, log), 'w')
         out.write("  * Add stable release %s:\n" % self.version.complete)
         for line in f:



More information about the Kernel-svn-changes mailing list