git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pack bitmaps on Git for Windows
@ 2014-04-22  7:58 Bryan Turner
  2014-04-23  6:32 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Bryan Turner @ 2014-04-22  7:58 UTC (permalink / raw)
  To: Git Users

It looks like the documentation for bitmaps is being included in the
1.9.2 release of Git for Windows but the functionality itself is not
present. For example, doc\git\html\git-config.html includes settings
like these:

pack.useBitmaps

When true, git will use pack bitmaps (if available) when packing to
stdout (e.g., during the server side of a fetch). Defaults to true.
You should not generally need to turn this off unless you are
debugging pack bitmaps.

pack.writebitmaps

When true, git will write a bitmap index when packing all objects to
disk (e.g., when git repack -a is run). This index can speed up the
"counting objects" phase of subsequent packs created for clones and
fetches, at the cost of some disk space and extra time spent on the
initial repack. Defaults to false.


Repacking repositories with pack.writebitmaps set to true doesn't
write a bitmap, suggesting the functionality is not actually present.

This does not appear to be an issue with "normal" git, per the
documentation for git config at
http://www.git-scm.com/docs/git-config.

Bryan Turner

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Pack bitmaps on Git for Windows
  2014-04-22  7:58 Pack bitmaps on Git for Windows Bryan Turner
@ 2014-04-23  6:32 ` Jeff King
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2014-04-23  6:32 UTC (permalink / raw)
  To: Bryan Turner; +Cc: Git Users

On Tue, Apr 22, 2014 at 05:58:10PM +1000, Bryan Turner wrote:

> It looks like the documentation for bitmaps is being included in the
> 1.9.2 release of Git for Windows but the functionality itself is not
> present. For example, doc\git\html\git-config.html includes settings
> like these:
> 
> pack.useBitmaps

I think this is a documentation problem with Git for Windows. The bitmap
code is going into v2.0, but there should be nothing (not even
documentation) in v1.9.2. I don't know how the msysgit folks build their
documentation, but I wonder if it accidentally built from current
'master' rather than v1.9.2.

You might get more information at the msysgit mailing list:

  https://groups.google.com/forum/#!forum/msysgit

-Peff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-23  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-22  7:58 Pack bitmaps on Git for Windows Bryan Turner
2014-04-23  6:32 ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).