Re: What's cooking in git.git (Mar 2014, #01; Tue, 4)

2014-03-12 Thread Duy Nguyen
On Wed, Mar 5, 2014 at 7:10 AM, Junio C Hamano gits...@pobox.com wrote:
 [Graduated to master]
 * jk/pack-bitmap (2014-02-12) 26 commits
   (merged to 'next' on 2014-02-25 at 5f65d26)

And it's finally in! Shall we start thinking about the next on-disk
format? It was put aside last time to focus on getting this series in.
My concern is shallow support (surprise?) so that cloning from a
1-year-long shallow repo is not slower than a complete one. An
extensible format is enough without going into details.
-- 
Duy
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Mar 2014, #01; Tue, 4)

2014-03-10 Thread Johannes Sixt
Am 3/5/2014 1:10, schrieb Junio C Hamano:
 * nd/gitignore-trailing-whitespace (2014-02-10) 2 commits
  - dir: ignore trailing spaces in exclude patterns
  - dir: warn about trailing spaces in exclude patterns
 
  Warn and then ignore trailing whitespaces in .gitignore files,
  unless they are quoted for fnmatch(3), e.g. path\ .
 
  Will merge to 'next'.

The new test does not pass on Windows. I'll attempt to prepare patches
that amount to work around using FUNNYNAMES, but I'm running out of time now.

-- Hannes
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Mar 2014, #01; Tue, 4)

2014-03-10 Thread Junio C Hamano
Johannes Sixt j.s...@viscovery.net writes:

 Am 3/5/2014 1:10, schrieb Junio C Hamano:
 * nd/gitignore-trailing-whitespace (2014-02-10) 2 commits
  - dir: ignore trailing spaces in exclude patterns
  - dir: warn about trailing spaces in exclude patterns
 
  Warn and then ignore trailing whitespaces in .gitignore files,
  unless they are quoted for fnmatch(3), e.g. path\ .
 
  Will merge to 'next'.

 The new test does not pass on Windows.

Thanks, will mark not to merge to 'master' yet.


--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html