Re: Bug: git crashes on rebase reporting bogus memory corruption

2015-11-29 Thread Eric Sunshine
On Fri, Nov 27, 2015 at 9:08 AM, Daniele Varrazzo wrote: > I was trying to rewrite history in a small repos and replace > indentation tabs with spaces. Steps to reproduce: > > git clone https://github.com/dvarrazzo/suponoff.git > git checkout -b gitbug > git config core.whitespace > trailing-space

Re: [PATCH] clean: new option --exclude-from

2015-11-29 Thread Eric Sunshine
On Thu, Nov 26, 2015 at 9:44 AM, James wrote: > From: James Rouzier > > Specify a file to read for exclude patterns. > --- > diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt > @@ -8,7 +8,7 @@ git-clean - Remove untracked files from the working tree > SYNOPSIS > >

Re: [RFC] OS X El Capitan + Xcode ships without SSL header?!

2015-11-29 Thread Torsten Bögershausen
On 21/11/15 19:58, Lars Schneider wrote: > Hi, > > I cannot build Git on a clean machine with OS X El Capitan 10.11, Xcode 7.1.1 > and Xcode command line tools because of missing OpenSSL headers. > > It looks like as there are no OpenSSL headers at all. I only found this weird > non working ver

Re: [PATCH 5/8] checkout(-index): do not checkout i-t-a entries

2015-11-29 Thread Duy Nguyen
Sorry for this waaay too late response, everything (of the series nd/ita-cleanup) is addressed so far except this.. On Tue, Aug 25, 2015 at 10:36:52AM -0700, Junio C Hamano wrote: > > diff --git a/builtin/checkout.c b/builtin/checkout.c > > index e1403be..02889d4 100644 > > --- a/builtin/checkout.

Re: [PATCH v5] ls-files: Add eol diagnostics

2015-11-29 Thread Eric Sunshine
On Sat, Nov 28, 2015 at 10:07 AM, Torsten Bögershausen wrote: > diff --git a/t/t0027-auto-crlf.sh b/t/t0027-auto-crlf.sh > @@ -213,7 +238,20 @@ checkout_files () { > git -c core.eol=$eol checkout $src$f.txt > fi > done > - > + test_expect_succe