From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Wed, 04 Jun 2008 13:54:59 +0200 Subject: [U-Boot-Users] [PATCH] TQM: move TQM boards to board/tqc In-Reply-To: <2acbd3e40806031720h36963c9dobed6cefdb0c59445@mail.gmail.com> References: <1211997209-31903-1-git-send-email-wg@grandegger.com> <2acbd3e40806021622m22886f81o473c3e62ca4d966c@mail.gmail.com> <2acbd3e40806031720h36963c9dobed6cefdb0c59445@mail.gmail.com> Message-ID: <48468293.5040203@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andy Fleming wrote: > On Mon, Jun 2, 2008 at 6:22 PM, Andy Fleming wrote: >> On Wed, May 28, 2008 at 12:53 PM, wrote: >>> From: Wolfgang Grandegger >>> >>> Move all TQM board directories to the vendor specific directory "tqc" >>> for modules from TQ-Components GmbH (http://www.tqc.de). >>> >>> Note: this patch is too big for posting here and therefore I removed >>> the hunks moving the files. I could provide the full patch on request. >>> >>> Signed-off-by: Wolfgang Grandegger >> I have no objections to this change. However, if you want to post the >> whole patch, you can generate it by passing "-M" to git-format-patch. >> This will cause git to generate a patch which tells us the file was >> moved, and git-am understands that, and does the right thing. > > That is, *please* repost the patch with everything included. Wolfgang > can apply it directly, and then I can apply the other 12+ patches you > sent which depend on it. I just re-sent v2 of the patch created with the magic git-format-patch option "-M". Thanks, Wolfgang.