Re: [PATCH 0/5] add pack index v2 reading capability to git v1.4.4.4

Previous thread: [PATCH] Documentation/git-cherry-pick.txt et al.: Fix misleading -n description by Petr Baudis on Wednesday, July 16, 2008 - 8:35 am. (2 messages)

Next thread: Considering teaching plumbing to users harmful by Johannes Schindelin on Wednesday, July 16, 2008 - 1:21 pm. (83 messages)
To: Linus Torvalds <torvalds@...>
Cc: Nicolas Pitre <nico@...>, Gerrit Pape <pape@...>, <git@...>
Date: Wednesday, July 16, 2008 - 1:04 pm

It's tagged and pushed out to both kernel.org and repo.or.cz. Thanks, Nico.

I won't be doing my usual full release engineering on this one, but I did:

- repack a copy of git.git to use pack idx version #2 for trial.

Hint. A handy way to tell which version of packfile you have is
to run this:

$ od -c .git/objects/pack/pack-$your_pack_id.idx | head -n 1

If the output begins with "377 t 0 c", you have pack idx version
#2.

- check "git log" from v1.4.4.4 (fails) and v1.4.4.5 (reads ok)

- repack this copy with "git repack" from 1.4.4.5. This produced a
repository usable by v1.4.4.4.

I also updated /pub/scm/git/git.git/config at kernel.org to use

[pack]
indexVersion = 1

for now. The repository is also repacked with pack idx version #1.
--

Previous thread: [PATCH] Documentation/git-cherry-pick.txt et al.: Fix misleading -n description by Petr Baudis on Wednesday, July 16, 2008 - 8:35 am. (2 messages)

Next thread: Considering teaching plumbing to users harmful by Johannes Schindelin on Wednesday, July 16, 2008 - 1:21 pm. (83 messages)