From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 8 May 2009 13:23:02 -0500 Subject: [U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c In-Reply-To: <4A04540F.10507@googlemail.com> References: <1241538086-7555-1-git-send-email-dirk.behme@googlemail.com> <1241538086-7555-2-git-send-email-dirk.behme@googlemail.com> <1241538086-7555-3-git-send-email-dirk.behme@googlemail.com> <20090507204121.GC3302@game.jcrosoft.org> <4A04540F.10507@googlemail.com> Message-ID: <20090508182302.GA3183@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, May 08, 2009 at 05:47:27PM +0200, Dirk Behme wrote: > I'm not sure that this works for non-custodians. Custodians can do > git-rename and then send a patch to the mailing list. When a custodian > sends such a patch, it is mainly for review only, and not to be > applied somewhere (because it is already in git). > > This results then in something > > cpu/sa1100/{interrupts.c => timer.c} | 5 +- > rename cpu/arm925t/{interrupts.c => timer.c} (99%) > > (from [1]). But this is only what normally 'diffstat' generates and > what is totally ignored by 'patch' . It can be applied with "git am" (well, not the diffstat, but the special rename diff hunk that git also generates). -Scott