lkml.org 
[lkml]   [2015]   [Jan]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [ANNOUNCE] Git v2.3.0-rc0
On Tue, Jan 13, 2015 at 12:57 AM, Junio C Hamano <gitster@pobox.com> wrote:
> An early preview release Git v2.3.0-rc0 is now available for
> testing at the usual places.
[...]
> Jeff King (38):
[...]
> parse_color: refactor color storage
[...]

I've had this in my .gitconfig since 2010 which was broken by Jeff's
v2.1.3-24-g695d95d:

;; Don't be so invasive about coloring ^M when I'm editing files
that
;; are supposed to have \r\n.
[color "diff"]
whitespace = 0

To test this replace \n with \r\n in a file. Before this patch you could do:

git -c color.diff.whitespace=0 show

And just get:

[red]-[/red]
[green]+[/green]

As opposed to:

git -c color.diff.whitespace=1 show

Which gives you:

[red]-
[green]+[/green][red]^M[/red]

Now that just produces:

error: invalid color value: 0
fatal: bad config variable 'color.diff.whitespace' in file
'/home/avar/.gitconfig' at line 16

Maybe breaking this is OK (but I can't find what the replacement is),
but the config or the the changelog doesn't mention breaking existing
config settings.


\
 
 \ /
  Last update: 2015-01-20 23:21    [W:0.067 / U:0.640 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site