Re-adding mailing-lists so everyone can learn. On Thu, Jan 9, 2014 at 9:49 AM, Goel, Akash <akash.goel@xxxxxxxxx> wrote: > Then at last I did the following :- > 1. git format-patch -7 --cover-letter > 2. git send-email -identity=otc-external 0000-cover-letter.patch > 3. git send-email -identity=otc-external 0001-drm-i915-Fix-the-offset-issue-for-the-stolen-GEM-obj > 4. git send-email -identity=otc-external 0002-drm-i915-Resolving-the-memory-region-conflict-for-St > And so on for the rest of the patches. You need to send all the *.patch files out in one go, otherwise the auto-threading won't work. To make that easier I format-patch each patchbomb into it's own directory with the -o switch, so $ git format-patch -7 --cover-letter -o ../patches/vlv-stolen ... edit cover letter ... $ git send-email -identity=otc-external ../patches/vlv-stolen/*.patch Then git will link up the mails correctly. Cheers, Daniel -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx