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
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
> 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
> 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
4 matches
Mail list logo