2009/7/13 Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>: > stg goto include-linux-delay-h-in-hwlat_detector.patch > git show --stat > > yields: > > commit 12c06d44017a9c51746290779fc24fb8d69c68ef > Author: Uwe Kleine-König <=?utf-8?q?Uwe=20Kleine-K=C3=B6nig?=> > Date: Mon Jul 13 10:01:19 2009 +0200 > > Subject: include linux/delay.h in hwlat_detector > <u.kleine-koenig@xxxxxxxxxxxxxx> > Date: Sun, 14 Jun 2009 23:31:42 +0200 > > This broke when compiling on i386 without X86_LOCAL_APIC because then > arch/x86/include/asm/smp.h doesn't include asm/apic.h which in turn includes > linux/delay.h. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > Cc: Jon Masters <jcm@xxxxxxxxxx> > LKML-Reference: <1245015102-22057-1-git-send-email-u.kleine-koenig@pengutron > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: Jon Masters <jcm@xxxxxxxxxx> > > drivers/misc/hwlat_detector.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > There are some things to enhance: > > - s/Subject: // > - use Date line as author date > - stray email address > - author ident is wrong/broken Can you try stg import -m? If all the patches have Subject: (From: etc.), git show displays: commit 7718bb00156313687ae42c3ae9d157c558bacb15 Author: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> Date: Sun Jun 14 23:31:42 2009 +0200 include linux/delay.h in hwlat_detector This broke when compiling on i386 without X86_LOCAL_APIC because then arch/x86/include/asm/smp.h doesn't include asm/apic.h which in turn includes linux/delay.h. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> Cc: Jon Masters <jcm@xxxxxxxxxx> LKML-Reference: <1245015102-22057-1-git-send-email-u.kleine-koenig@pengutron Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Jon Masters <jcm@xxxxxxxxxx> If there are mixed patches, we may need some kind of autodetection but it seems that most rt patches follow this rule. If there is no description (kbuild.patch), stgit seems to insert None. -- Catalin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html