Re: [ANNOUNCE] Cogito-0.12

2005-07-09 Thread Russell King
On Sat, Jul 09, 2005 at 10:15:41PM -0700, Linus Torvalds wrote: > So you can fix this by getting the current git release, but you probably > shouldn't even care. Just use the pack-files as pack-files instead, and > enjoy the higher performance and lower disk use ;). I would if I could, but my w

Re: [PATCH] rev-list: add "--full-objects" flag.

2005-07-09 Thread Junio C Hamano
> "LT" == Linus Torvalds <[EMAIL PROTECTED]> writes: >> On Sat, 9 Jul 2005, Eric W. Biederman wrote: >> I assume the commit graph information will be fairly modest. That is true. My experience from the one I have been cooking, Gitified 2.4.0->2.6.12-rc2 BKCVS export results in a bit shy of 60

Re: [ANNOUNCE] Cogito-0.12

2005-07-09 Thread Linus Torvalds
On Sat, 9 Jul 2005, Linus Torvalds wrote: > > No, I htink you're using cogito-0.12, and I fixed this one-liner that > didn't make it into cogito: Btw, this will only affect unpacking. The packed objects should be fine, and you'll never see this if you keep the index file around and have the pa

Re: [PATCH] rev-list: add "--full-objects" flag.

2005-07-09 Thread Linus Torvalds
On Sat, 9 Jul 2005, Eric W. Biederman wrote: > > I assume the problem with the mirror it model was simply there were > to many objects? Yes. > > And then you really can use just rsync or wget or ncftpget or anything > > else that has a "fetch recursively, optimizing existing objects" mode. >

Re: [ANNOUNCE] Cogito-0.12

2005-07-09 Thread Linus Torvalds
On Sat, 9 Jul 2005, Junio C Hamano wrote: > > > "RK" == Russell King <[EMAIL PROTECTED]> writes: > > >> $ mv .git/objects/pack/* .git/ > >> $ for i in .git/*.pack; do git-unpack-objects < $i; done > >> Unpacking 55435 objects > >> fatal: inflate returned -3 Ahh, damn. > >> so it seems tha

Re: [ANNOUNCE] Cogito-0.12

2005-07-09 Thread Junio C Hamano
> "RK" == Russell King <[EMAIL PROTECTED]> writes: >> $ mv .git/objects/pack/* .git/ >> $ for i in .git/*.pack; do git-unpack-objects < $i; done >> Unpacking 55435 objects >> fatal: inflate returned -3 >> >> so it seems that the pack is corrupt... or something. >> >> $ md5sum .git/*.pack >>

Re: What broke snapshots now?

2005-07-09 Thread David Woodhouse
On Sat, 2005-07-09 at 09:15 -0700, Linus Torvalds wrote: > Yes, looks that way. Except it's not "git on master.kernel.org", it's "git > in your home directory", I suspect. I expressly held off packing the > kernel repo until git had been updated on kernel.org. Doh. I thought I'd already done tha

Re: [ANNOUNCE] Cogito-0.12

2005-07-09 Thread Russell King
On Sat, Jul 09, 2005 at 10:58:18PM +0100, Russell King wrote: > On Thu, Jul 07, 2005 at 05:23:26PM -0700, Linus Torvalds wrote: > > On Thu, 7 Jul 2005, Tony Luck wrote: > > > This is what happens ("linus" is a local branch just pulled from > > > kernel.org, > > > so it just contains one pack file

Re: [ANNOUNCE] Cogito-0.12

2005-07-09 Thread Russell King
On Thu, Jul 07, 2005 at 05:23:26PM -0700, Linus Torvalds wrote: > On Thu, 7 Jul 2005, Tony Luck wrote: > > This is what happens ("linus" is a local branch just pulled from kernel.org, > > so it just contains one pack file and its index). > > > > $ cg-update linus > > `/home/aegl/GIT/linus/.git/ref

Re: [PATCH] rev-list: add "--full-objects" flag.

2005-07-09 Thread Eric W. Biederman
Linus Torvalds <[EMAIL PROTECTED]> writes: > On Thu, 7 Jul 2005, Junio C Hamano wrote: >> >> However it does not automatically mean that the avenue I have >> been pursuing would not work; the server side preparation needs >> to be a bit more careful than what I sent, which unconditionally >> runs

Re: Bootstrapping into git, commit gripes at me

2005-07-09 Thread Matthias Urlichs
Hi, Marc Singer wrote: > Yet, patch does apply. [...] > patching file drivers/ide/ide-io.c > Hunk #1 succeeded at 96 with fuzz 2 (offset -33 lines). git-apply cowardly (but sensibly) refuses to apply patches with fuzz (i.e., ignoring some supplied context lines). Fuzz indicates problems. I

Re: cogito Mac OS X compatibility

2005-07-09 Thread Bryan Larsen
Sounds like you're missing "stat" from coreutils. skimo Thanks. I've got it working to the point where it passes "make test" now. All I had to do was install coreutils and findutils from darwinports, and then make gcp, gstat and gnuxargs available under their standard names. Do the BS

Re: Linus kernel tree corrupt?

2005-07-09 Thread H. Peter Anvin
Petr Baudis wrote: Yes, please do. I deprecated rsync a day before Linus "broke" http-pull. It's un-deprecated again for now in the latest Cogito. Presumably for packed repos you want to drop the --ignore-existing --whole-file options I assume? Also, pulling with cogito-0.12: cg-clone -s

Re: cogito Mac OS X compatibility

2005-07-09 Thread Sven Verdoolaege
On Fri, Jul 08, 2005 at 07:34:55PM -0400, Bryan Larsen wrote: > This appears to be some sort of weird shell thing. I've got bash 3.0 > compiling in the background to see if that fixes the problem. > Sounds like you're missing "stat" from coreutils. skimo - To unsubscribe from this list: send th

Re: What broke snapshots now?

2005-07-09 Thread Linus Torvalds
On Sat, 9 Jul 2005, David Woodhouse wrote: > > Does git on master.kernel.org need to be updated to handle packed > objects? See attached. Yes, looks that way. Except it's not "git on master.kernel.org", it's "git in your home directory", I suspect. I expressly held off packing the kernel repo

Re: qgit-0.7

2005-07-09 Thread Marco Costalba
Wolfgang Denk ha scritto: >Dear Marco, > >in message <[EMAIL PROTECTED]> you wrote: > >>Here is qgit-0.7, a GUI git viewer. > > >Sorry, but I cannot compile it on a Fedora Core 4 system: > >-> ./configure >+scons was found, that's excellent+ >scons: Reading SConscript files ... >-> make >scons -Q

Re: arch 2.0 first source available (git related)

2005-07-09 Thread Thomas Lord
On Sat, 2005-07-09 at 13:39 +0200, Petr Baudis wrote: > Dear diary, on Sat, Jul 09, 2005 at 02:12:27AM CEST, I got a letter > where Thomas Lord <[EMAIL PROTECTED]> told me that... > > 2.0 is very much git influenced but it brings some (imo significant) > > improvements to the table. > > Could yo

Re: cogito Mac OS X compatibility

2005-07-09 Thread Martin Langhoff
On 7/9/05, Bryan Larsen <[EMAIL PROTECTED]> wrote: > On Mac OS X It also uses on GNU xargs, and the xargs options aren't compatible between GNU and BSD xargs. Sad thing is, some of the dependencies, like xargs, aren't available in fink, so you can build your toolchaing or boot into GNU/LinuxPPC.

Re: What broke snapshots now?

2005-07-09 Thread Jeff Garzik
David Woodhouse wrote: Does git on master.kernel.org need to be updated to handle packed objects? Yes. It's always fun when the on-disk format of the upstream 2.6.x kernel repo changes without notice :/ Jeff - To unsubscribe from this list: send the line "unsubscribe git" in the

Re: Linus kernel tree corrupt?

2005-07-09 Thread Petr Baudis
Dear diary, on Sat, Jul 09, 2005 at 12:43:03PM CEST, I got a letter where Russell King <[EMAIL PROTECTED]> told me that... > On Fri, Jul 08, 2005 at 10:06:09AM -0700, Tony Luck wrote: > > On 7/8/05, Jon Smirl <[EMAIL PROTECTED]> wrote: > > > What happened in this session... > > > > Linus has "pack

Re: arch 2.0 first source available (git related)

2005-07-09 Thread Petr Baudis
Dear diary, on Sat, Jul 09, 2005 at 02:12:27AM CEST, I got a letter where Thomas Lord <[EMAIL PROTECTED]> told me that... > 2.0 is very much git influenced but it brings some (imo significant) > improvements to the table. Could you list some of the things interesting for us? What is the benefit

Re: Converting commits to patch files? HEAD vs HEAD^

2005-07-09 Thread Catalin Marinas
Junio C Hamano <[EMAIL PROTECTED]> wrote: >> "MS" == Marc Singer <[EMAIL PROTECTED]> writes: > MS> If I've made several commits, I'd like to be able to gather several > MS> together and produce a patch file. Better still, I'd like to be able > MS> to pick a set of discontiguous commits an bund

What broke snapshots now?

2005-07-09 Thread David Woodhouse
Does git on master.kernel.org need to be updated to handle packed objects? See attached. Linus, please could you add the snapshot script to your regression testing? http://david.woodhou.se/git-snapshot.sh It'd be good to keep that working without too much manual intervention. -- dwmw2 --- Be

[PATCH 3/3] add -N option to cg-init (resent again)

2005-07-09 Thread Bryan Larsen
(resending cogito patches) add the -N option to cg-init Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]> --- cg-init | 22 +++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/cg-init b/cg-init --- a/cg-init +++ b/cg-init @@ -10,13 +10,29 @@ # # If `cg-init`

[PATCH 2/3] add -N option to cg-commit (resent again)

2005-07-09 Thread Bryan Larsen
(resending cogito patches) Add the -N option to cg-commit. Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]> --- cg-commit | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/cg-commit b/cg-commit --- a/cg-commit +++ b/cg-commit @@ -39,6 +39,10 @@ # the t

Re: Linus kernel tree corrupt?

2005-07-09 Thread Russell King
On Fri, Jul 08, 2005 at 10:06:09AM -0700, Tony Luck wrote: > On 7/8/05, Jon Smirl <[EMAIL PROTECTED]> wrote: > > What happened in this session... > > Linus has "packed" his GIT tree ... and now http-pull doesn't work. > rsync still does (provided > you have a new enough cogito). So does that mea

[PATCH 3/3] add -N option to cg-init (resent)

2005-07-09 Thread Bryan Larsen
(resending cogito patches) Add the -N option to cg-add. Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]> --- cg-add | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/cg-add b/cg-add --- a/cg-add +++ b/cg-add @@ -13,20 +13,35 @@ # is that 'Cogito' mana

[PATCH 2/3] add -N option to cg-commit (resent)

2005-07-09 Thread Bryan Larsen
(resending cogito patches) Add the -N option to cg-add. Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]> --- cg-add | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/cg-add b/cg-add --- a/cg-add +++ b/cg-add @@ -13,20 +13,35 @@ # is that 'Cogito' mana

[PATCH 1/3] add -N option to cg-add (resent)

2005-07-09 Thread Bryan Larsen
(resending cogito patches) Add the -N option to cg-add. Signed-off-by: Bryan Larsen <[EMAIL PROTECTED]> --- cg-add | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/cg-add b/cg-add --- a/cg-add +++ b/cg-add @@ -13,20 +13,35 @@ # is that 'Cogito' mana

tag referring to a commit but not directly?

2005-07-09 Thread Junio C Hamano
I was playing with a tag that refers to another tag which refers to a commit, and found out that some things did not work as I expected. Is it a PEBCAK on my part to expect tag-to-tag-to-commit to behave the same way as a bare commit (or a tag to commit), or is this just a bug? I think the follow

Stacked GIT 0.4

2005-07-09 Thread Catalin Marinas
Stacked GIT 0.4 release is available from http://procode.org/stgit/ StGIT is a Python application providing similar functionality to Quilt (i.e. pushing/popping patches to/from a stack) on top of GIT. These operations are performed using GIT commands and the patches are stored as GIT commit object

qgit-0.7

2005-07-09 Thread Marco Costalba
Here is qgit-0.7, a GUI git viewer. you can download from: http://prdownloads.sourceforge.net/qgit/qgit-0.7.tar.gz?download This time a small changelog, but a lot of work ;-) - rewrite of graph drawing - start-up loading: switch to use git-rev-list --topo-order - final fixes to annotation - ca