On Sat, Jul 13, 2013 at 12:26 AM, Thomas Gummerer <t.gumme...@gmail.com> wrote:
> +== Header
> +   sig (32-bits): Signature:
> +     The signature is { 'D', 'I', 'R', 'C' } (stands for "dircache")
> +
> +   vnr (32-bits): Version number:
> +     The current supported versions are 2, 3, 4 and 5.
> +
> +   ndir (32-bits): number of directories in the index.
> +
> +   nfile (32-bits): number of file entries in the index.

I just noticed that "file" command can show the number of entries,
something like this

.git/index: Git index, version 4, 2625 entries

Maybe we can swap ndir and nfile to immitate pre-v5 format, so
unmodified "file" still shows correct number of entries/files with v5?
-- 
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

Reply via email to