Re: 64-bit support.

2013-11-14 Thread Kent R. Spillner
Can you be more specific about the limitation you suspect you are hitting? 32,768 is not the "max 32-bit value." > On Nov 14, 2013, at 6:58, Лежанкин Иван wrote: > > Hi! > > Do you plan to implement the 64-bit support in git? - Right now I have > a problems sometimes with a huge repo and re

Re: [PATCH 03/12] Add and use skip_prefix_defval()

2013-12-18 Thread Kent R. Spillner
On Wed, Dec 18, 2013 at 09:53:48PM +0700, Nguyễn Thái Ngọc Duy wrote: > This is a variant of skip_prefix() that returns a specied pointer > instead of NULL if no prefix is found. It's helpful to simplify > > if (starts_with(foo, "bar")) > foo += 3; > > into > > foo = skip_prefix_gently(f

Re: I have end-of-lifed cvsps

2013-12-18 Thread Kent R. Spillner
> Which will trash your history - the bugs in that are worse than the bugs > in 3.0, which are bad enough that I *terminated* it. Which *might* trash your history. cvsps v2 and git cvsimport work as advertised with simple, linear CVS repositories. I maintain a git mirror of an active CVS repo an

Re: [PATCH v2 3/4] Speed up is_git_command() by checking early for internal commands

2014-01-03 Thread Kent R. Spillner
> Since 2dce956 is_git_command() is a bit slow as it does file I/O in the > call to list_commands_in_dir(). Avoid the file I/O by adding an early > check for internal commands. Considering the purpose of the series is it better to say "builtin" instead of "internal" in the commit message?-- To u