From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 02 Jul 2010 10:20:56 -0700 Subject: [U-Boot] [PATCH 1/4] ARM: Rename kirkwood_egiga driver to egiga In-Reply-To: <1278089603-901-2-git-send-email-albert.aribaud@free.fr> References: <1278089603-901-1-git-send-email-albert.aribaud@free.fr> <1278089603-901-2-git-send-email-albert.aribaud@free.fr> Message-ID: <4C2E1FF8.1050704@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, On 7/2/2010 9:53 AM, Albert Aribaud wrote: > The names of the egiga files mention kirkwood > even though they are not kirkwood-specific - change them. > > I'm not a git expert so there may be a better way than this, but we want this to show up as a rename, rather than an add/delete. I would accomplish this using 'git mv', followed by 'git format-patch -C' regards, Ben