All of lore.kernel.org
 help / color / mirror / Atom feed
* sparse support in pu
@ 2009-08-17  6:09 skillzero
  2009-08-17  8:17 ` Nguyen Thai Ngoc Duy
  0 siblings, 1 reply; 21+ messages in thread
From: skillzero @ 2009-08-17  6:09 UTC (permalink / raw)
  To: git

I had a couple comments and questions about the sparse stuff recently
merged into pu. First, I think it's an awesome feature. It's a nice
solution to my problems (1.5 GB tree where most people only need a
small subset, but with a lot of shared pieces).

1. Have people decided whether it should be on by default if you have
a .git/info/sparse file? I'd definitely like it to be on by default.
When I first tried it, I didn't realize I had to use --sparse to git
checkout to get it to use the sparse rules. The same goes for a merge
I did that happened to have a file in the excluded area (it included
it because I didn't use --sparse to git merge).

2. Is it not hooked up to git reset yet? I did a git checkout --sparse
and things look liked I expected then I did a git reset --hard
origin/master and it started checking out all the stuff previously
excluded via .git/info/sparse. I tried --sparse, but it didn't know
about that option.

3. One thing that was confusing is that I needed a trailing slash on
directories in .git/info/sparse to get them excluded. This seems
different than .gitignore, which works for me without the trailing
slash.

BTW...How to people normally try out stuff in pu? Do you just replace
your normal git stuff with the pu build? That's what I did because I
wasn't sure if I did /test/git if the other tools git invokes would
use the release version of git or the ones relative to itself (i.e.
the ones in /test/ for me). It seems like the only way to really test
stuff is to use it for your real work, but I also don't want to
corrupt our production repositories by using an experimental version
of git.

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

end of thread, other threads:[~2009-08-17 17:14 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-17  6:09 sparse support in pu skillzero
2009-08-17  8:17 ` Nguyen Thai Ngoc Duy
2009-08-17  8:49   ` skillzero
2009-08-17  9:15     ` Johannes Schindelin
2009-08-17  9:41       ` skillzero
2009-08-17  9:51       ` Johannes Sixt
2009-08-17  9:57         ` Johannes Schindelin
2009-08-17 11:43       ` Nguyen Thai Ngoc Duy
2009-08-17 10:21     ` Nguyen Thai Ngoc Duy
2009-08-17 10:36       ` Johannes Sixt
2009-08-17 11:41         ` Nguyen Thai Ngoc Duy
2009-08-17 12:00           ` Johannes Sixt
2009-08-17 12:19             ` Nguyen Thai Ngoc Duy
2009-08-17 12:29           ` Johannes Schindelin
2009-08-17 12:52             ` Peter Harris
2009-08-17 13:23               ` Johannes Schindelin
2009-08-17 14:30                 ` Peter Harris
2009-08-17 16:05                 ` Junio C Hamano
2009-08-17 17:13                   ` Johannes Schindelin
2009-08-17 12:53             ` Nguyen Thai Ngoc Duy
2009-08-17 16:49             ` James Pickens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.