Re: Score in diff-format

2015-01-28 Thread Junio C Hamano
Mike Hommey writes: > On Wed, Jan 28, 2015 at 01:17:19PM -0800, Junio C Hamano wrote: >> diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.txt >> index 15c7e79..e6cfc9b 100644 >> --- a/Documentation/diff-format.txt >> +++ b/Documentation/diff-format.txt >> @@ -66,7 +66,8 @@ b

Re: Score in diff-format

2015-01-28 Thread Mike Hommey
On Wed, Jan 28, 2015 at 01:17:19PM -0800, Junio C Hamano wrote: > Michael J Gruber writes: > > > I'd say it depends on the definition of "so". The documentation is > > correct if you read "so" as "*always* followed by a score". I guess you > > read it as "followed by a score". > > I read it so a

Re: Score in diff-format

2015-01-28 Thread Junio C Hamano
Michael J Gruber writes: > I'd say it depends on the definition of "so". The documentation is > correct if you read "so" as "*always* followed by a score". I guess you > read it as "followed by a score". I read it so as well ;-) > Percentages with M are not mentioned in diff-format, but they ar

Re: Score in diff-format

2015-01-28 Thread Michael J Gruber
Mike Hommey schrieb am 28.01.2015 um 07:23: > Hi, > > diff-format.txt says this: > > An output line is formatted this way: > (snip) > > That is, from the left to the right: > > (snip) > . status, followed by optional "score" number. > > (snip) > Status letters C and R are always

Re: Score in diff-format

2015-01-28 Thread Junio C Hamano
Mike Hommey writes: > (snip) > Status letters C and R are always followed by a score (denoting the > percentage of similarity between the source and target of the move or > copy), and are the only ones to be so. Good eyes. I _think_ what happened was that break-and-then-merge (aka compl

Score in diff-format

2015-01-27 Thread Mike Hommey
Hi, diff-format.txt says this: An output line is formatted this way: (snip) That is, from the left to the right: (snip) . status, followed by optional "score" number. (snip) Status letters C and R are always followed by a score (denoting the percentage of similarity between the