From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Fri, 08 May 2009 20:35:29 +0200 Subject: [U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c In-Reply-To: <20090508182302.GA3183@loki.buserror.net> 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> <20090508182302.GA3183@loki.buserror.net> Message-ID: <4A047B71.6080704@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Scott Wood wrote: > 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). Ok, thanks. But not with other tools, like plain 'patch', correct? Best regards Dirk