2014-06-05 02:31:52

by J. Bruce Fields

[permalink] [raw]
Subject: Re: [PATCH pynfs 05/17] move .x files to subdir 'xdrdef'

On Wed, Jun 04, 2014 at 05:01:53PM -0400, Weston Andros Adamson wrote:
> nfs4.1/nfs4.x | 3290 ---------------------------
...
> nfs4.1/xdrdef/nfs4.x | 3290 +++++++++++++++++++++++++++

git should be able to show that as a rename instead of a huge add/delete
pair. Maybe git-format-patch needs the -M option or something?

--b.


2014-06-05 12:51:20

by Weston Andros Adamson

[permalink] [raw]
Subject: Re: [PATCH pynfs 05/17] move .x files to subdir 'xdrdef'

Huh, I didn?t know there was such an option. I?ll repost.

-dros



On Jun 4, 2014, at 10:31 PM, J. Bruce Fields <[email protected]> wrote:

> On Wed, Jun 04, 2014 at 05:01:53PM -0400, Weston Andros Adamson wrote:
>> nfs4.1/nfs4.x | 3290 ---------------------------
> ...
>> nfs4.1/xdrdef/nfs4.x | 3290 +++++++++++++++++++++++++++
>
> git should be able to show that as a rename instead of a huge add/delete
> pair. Maybe git-format-patch needs the -M option or something?
>
> --b.