From 539d0062c3433cef009f10c6272ee5aa39693f22 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Wed, 10 Jun 2009 10:32:24 +0000 Subject: [PATCH] Merge parts of /dists/sid/linux-2.6. svn path=/dists/trunk/linux-2.6/; revision=13755 --- debian/patches/bugfix/all/stable/gen-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/bugfix/all/stable/gen-patch b/debian/patches/bugfix/all/stable/gen-patch index 040f02fe9..e8f69f99a 100755 --- a/debian/patches/bugfix/all/stable/gen-patch +++ b/debian/patches/bugfix/all/stable/gen-patch @@ -37,7 +37,7 @@ class GenPatch(object): 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: