This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Move double-int stuff from fold-const to double-int


On Apr 15, 2010, at 7:17 AM, Richard Guenther wrote:

> 
> This is a patch I have probably re-done three or four times already
> but never sought to commit it.  Well, it's a cleanup to move things
> to where they (should) belong.
> 
> Now, svn sucks, so this will break svn blame unless you go hunting
> through the revs.  So if people think moving things is bad I'll
> just throw away the patch again.

You can keep history by copying the old file to the new one with 'svn cp' and then deleting everything you don't want.
Of course, that only works for new files, whereas 'git blame -C' works with (more or less) anything.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]