Dear diary, on Fri, Apr 22, 2005 at 08:49:37AM CEST, I got a letter
where Greg KH <[EMAIL PROTECTED]> told me that...
> On Fri, Apr 22, 2005 at 05:09:31AM +0200, Petr Baudis wrote:
> > Hello,
> >
> > FYI, I've released git-pasky-0.6.3 earlier in the night.
>
> Hm, fun thing to try:
> go
On Sat, 23 Apr 2005, Petr Baudis wrote:
> Dear diary, on Sat, Apr 23, 2005 at 01:00:33AM CEST, I got a letter
> where Daniel Barkalow <[EMAIL PROTECTED]> told me that...
> > On Sat, 23 Apr 2005, Petr Baudis wrote:
> >
> > > Dear diary, on Fri, Apr 22, 2005 at 09:46:35PM CEST, I got a letter
> > >
Dear diary, on Fri, Apr 22, 2005 at 04:31:43PM CEST, I got a letter
where Martin Schlemmer <[EMAIL PROTECTED]> told me that...
> Hi,
Hi,
> I understand why you have the git-pasky-0.6.x.tar.bz2 tarballs with
> the .git database included as well (btw, great stuff renaming it to
> something more dis
Alecs King wrote:
And as for bash, only gitdiff-do and gitlog.sh 'explicitly' use bash
instead of /bin/sh. On most Linux distros, /bin/sh is just a symbolic
link to bash. But not on some others. I found gitlsobj.sh could not
work using a plain /bin/sh on fbsd. To make life easier, i think it
m
On Fri, Apr 22, 2005 at 12:37:37PM +0200, Petr Baudis wrote:
> Duh, segfaulting sed! Could you please check which of the sed
> invocations actually segfault for you?
"")
echo; sed -re '
/
*Signed-off-by
It appears that the date command doesn't know how to substract time and
always adds it. The time zone fixup has to be done separately otherwise
time displayed in a negative time zone is wrong.
Signed-off-by: Nicolas Pitre <[EMAIL PROTECTED]>
Index: gitlog.sh
===
Dear diary, on Fri, Apr 22, 2005 at 04:23:42PM CEST, I got a letter
where Jan Harkes <[EMAIL PROTECTED]> told me that...
> On Fri, Apr 22, 2005 at 12:41:56PM +0200, Christian Meder wrote:
> > ---
> > //blob/
> > //commit/
>
> It is trivial to find an object when given a sha, but to know the ob
Petr Baudis wrote:
Dear diary, on Fri, Apr 22, 2005 at 05:24:27PM CEST, I got a letter
where Rhys Hardwick <[EMAIL PROTECTED]> told me that...
Seems your /bin/sh do not support 'echo -e' ... Know what provides
your /bin/sh (I think ash at least do support it)?
Petr, I think you should really start
> "DG" == David Greaves <[EMAIL PROTECTED]> writes:
DG> Merging
DG> If -m is specified, read-tree performs 2 kinds of merge, a subservient
DG> tree-read if only 1 tree is given or a 3-way merge if 3 trees are
DG> provided.
AFAICR Linus never used the word "subservient" to describe this
case [
On Fri, 2005-04-22 at 19:18 +0200, Petr Baudis wrote:
> Dear diary, on Fri, Apr 22, 2005 at 06:58:25PM CEST, I got a letter
> where Martin Schlemmer <[EMAIL PROTECTED]> told me that...
> > Meaning, if they use a ',' in one of the fields (and it is a linux
> > system with the chfn most probably from
In my tests of using git (both Linus and pasky versions) I had a
problem with doing "gitadd.sh *" where * expands to include
directories. This simple patch allows update-cache.c to more
gracefully handle a directory being passed into the add_file_to_cache
method. Without this patch update-cach
On Sat, 23 Apr 2005, Petr Baudis wrote:
>
> Note that Cogito almost actually does not use show-diff anymore.
> I'm doing diff-cache now, since that is what matters to me.
Indeed. "diff-tree" (between releases) and "diff-cache" (between a
release and the current state) are clearly much more fun
On Fri, 22 Apr 2005, Linus Torvalds wrote:
>
> I'm not even going to debug this bug. I'm just going to rewrite diff-cache
> to do what I should have done originally, ie use the power of the
> in-memory cache.
Done, and pushed out. It should hopefully work now.
Linus
-
To uns
On Fri, Apr 22, 2005 at 09:16:39AM -0700, Kyle Hayes wrote:
> if(comma)
> if(semi)
> /* lastname, firstname; room #; phone # format */
> *semi = 0;
> else
> *comma = 0;
> else if(semi)
> *semi = 0;
That's a really complicated way of writ
On Friday 22 April 2005 16:32, Chris Mason wrote:
> If I pack every 64k (uncompressed), the checkout-tree time goes down to
> 3m14s. That's a very big difference considering how stupid my code is .git
> was only 20% smaller with 64k chunks. I should be able to do better...I'll
> do one more run.
On Fri, 2005-04-22 at 15:19 -0700, atani wrote:
> Martin Schlemmer, I ran "emerge sync" today and found git has been
> added to portage, version 0.5. Also note that there are now two "git"
> entries within portage app-misc/git and dev-util/git. app-misc/git is
> GNU Interactive Tools
>
Hi Christian
Can I suggest a 'summary diff' option
It's basically a diff between the tree of the commit and the tree of the
parent commit
It would show what files have changed rather than the diff of the files
that have changed. (kinda like diffstat without the for now)
(or maybe just
Dear diary, on Fri, Apr 22, 2005 at 09:46:35PM CEST, I got a letter
where Daniel Barkalow <[EMAIL PROTECTED]> told me that...
> On Thu, 21 Apr 2005 [EMAIL PROTECTED] wrote:
>
> > On Wed, 20 Apr 2005, Brad Roberts wrote:
> > > How about fetching in the inverse order. Ie, deepest parents up towards
Hi,
It wasn't that long ago that the pasky git tree was relocated. This
required a modification to the .git directory in a local pull. A dns
system could be built to ensure the following:
A) quick easy lookup of archive locations
B) handle changes of repository location
C) add mirror support
S
On Fri, 22 Apr 2005, Junio C Hamano wrote:
>
> Almost, with a counter-example. Please try this yourself:
I agree that what git outputs is always "based on the archive base". But
that's an independent issue from "where is the working directory". That's
the issue of "how do you want me to prin
On Sat, 23 Apr 2005, Petr Baudis wrote:
>
> Just FYI, this is bug in core git's diff-cache;
Nice find.
Yes, I told you guys I hadn't tested it well ;)
"diff-cache" does the same "diff trees in lockstep" thing that "diff-tree"
does, but it's actually more complex, since the _tree_ part alway
On Thu, 21 Apr 2005, Chris Mason wrote:
>
> We can sort by the files before reading them in, but even if we order things
> perfectly, we're spreading the io out too much across the drive.
No we don't.
It's easy to just copy the repository in a way where this just isn't true:
you sort the ob
> "LT" == Linus Torvalds <[EMAIL PROTECTED]> writes:
LT> On Fri, 22 Apr 2005, Junio C Hamano wrote:
>>
>> Almost, with a counter-example. Please try this yourself:
LT> I agree that what git outputs is always "based on the archive base". But
LT> that's an independent issue from "where is th
Dear diary, on Sat, Apr 23, 2005 at 01:00:33AM CEST, I got a letter
where Daniel Barkalow <[EMAIL PROTECTED]> told me that...
> On Sat, 23 Apr 2005, Petr Baudis wrote:
>
> > Dear diary, on Fri, Apr 22, 2005 at 09:46:35PM CEST, I got a letter
> > where Daniel Barkalow <[EMAIL PROTECTED]> told me th
Dear diary, on Sat, Apr 23, 2005 at 12:14:16AM CEST, I got a letter
where Linus Torvalds <[EMAIL PROTECTED]> told me that...
> (And I personally think that "show-diff" is really part of the "wrapper
> scripts" around git. I wrote it originally just because I needed something
> to verify the index f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
one thing I liked about CVS was its way to configure default parameters for
commands.
And as I really like the colored log output, I wanted it as default.
While .cvsrc parsing would be quite expensive, using a directory + files
should be fairl
>But if you download 1000 files of the 1010 you need, and then your network
>goes down, you will need to download those 1000 again when it comes back,
>because you can't save them unless you have the full history.
So you could make the temporary object repository persistant between pulls
to avoi
On Friday 22 April 2005 21:22, you wrote:
> Am Freitag, 22. April 2005 23:09 schrieb Greg KH:
> > On Fri, Apr 22, 2005 at 10:35:22PM +0200, Christian Meder wrote:
> > > On Thu, 2005-04-21 at 00:33 -0700, Greg KH wrote:
> > > > Very nice, this looks great. And hey, we have a git logo now :)
> > >
>
On Fri, 2005-04-22 at 19:12 -0400, Daniel Barkalow wrote:
> On Sat, 23 Apr 2005, Petr Baudis wrote:
>
> > Dear diary, on Sat, Apr 23, 2005 at 01:00:33AM CEST, I got a letter
> > where Daniel Barkalow <[EMAIL PROTECTED]> told me that...
> > > On Sat, 23 Apr 2005, Petr Baudis wrote:
> > >
> > > > D
Hi,
Just check, you currently have:
rsync://rsync.kernel.org/pub/scm/cogito/cogito.git/tags/tags
Both with the same tag files.
Cheers,
--
Martin Schlemmer
signature.asc
Description: This is a digitally signed message part
On Sat, 2005-04-23 at 00:42 +0200, Petr Baudis wrote:
> Dear diary, on Fri, Apr 22, 2005 at 04:31:43PM CEST, I got a letter
> where Martin Schlemmer <[EMAIL PROTECTED]> told me that...
> > Hi,
>
> Hi,
>
> > I understand why you have the git-pasky-0.6.x.tar.bz2 tarballs with
> > the .git database
On Fri, 22 Apr 2005 [EMAIL PROTECTED] wrote:
>
> "git log" seems to have problems interpreting the dates ... looking at the
> commit entries, the time is right ... but it appears that git log applies
> the timezone correction twice, so the changes I just applied at 14:46 PDT
> look like I made t
--- sorry if this dupes, mail client issues...
In my tests of using git (both Linus and pasky versions) I had a
problem with
doing "gitadd.sh *" where * expands to include directories. This
simple
patch allows update-cache.c to more gracefully handle a directory
being
passed into the a
Hi,
I understand why you have the git-pasky-0.6.x.tar.bz2 tarballs with
the .git database included as well (btw, great stuff renaming it to
something more distributable), but its going to be a pita for users of
source based distro's like us (Gentoo), as well as our mirrors if it
gets much bigger.
On Fri, Apr 22, 2005 at 12:41:56PM +0200, Christian Meder wrote:
> ---
> //blob/
> //commit/
It is trivial to find an object when given a sha, but to know the object
type you'd have to decompress it and check inside. Also the way git
stores these things you can't have both a blob and a commit
Hi,
This still applies - any reason for not doing this?
Thanks,
The GECOS is delimited by ',' or ';', so we should only use whatever is
before the first ',' or ';' for the full name, rather than just
stripping those.
Signed-off-by: Martin Schlemmer <[EMAIL PROTECTED]>
commit-tree.c: ec5
Chris Wright wrote:
> Here's a simple spec file to do rpm builds.
(snip)
> Creates a package named git, which seems
> fine since Linus' isn't likely to be packaged directly.
Um. Really? I can't imagine why Linus's git wouldn't be packaged
directly. He has strongly indicated that folks who want
On Fri, 2005-04-22 at 14:50 +0100, Rhys Hardwick wrote:
> On Friday 22 Apr 2005 14:52, Martin Schlemmer wrote:
> > On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> > > Hey there,
> > >
> > > I am trying to pull the latest repository of the linux-2.6 git from
> > > Linus' rsync mirror.
> >
On Friday 22 Apr 2005 14:52, Martin Schlemmer wrote:
> On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> > Hey there,
> >
> > I am trying to pull the latest repository of the linux-2.6 git from
> > Linus' rsync mirror.
> >
> > Here is the shell:
> >
> > ===
> >
> > [EMAIL PROTECTED]
On Fri, 2005-04-22 at 14:42 +0100, Rhys Hardwick wrote:
> Hey there,
>
> I am trying to pull the latest repository of the linux-2.6 git from Linus'
> rsync mirror.
>
> Here is the shell:
>
> ===
>
> [EMAIL PROTECTED]:~/repo/linux-2.6.repo$ gitinit.sh
> rsync://www.kernel.org/pub/linux
> >
> > >From the point of view of a specification, though, I think it would be
> > useful to focus on an XML content model rather than the details of one
> > particular HTML model - get the XML model right and you can do
> > whatever you like with the HTML model at any time after that.
>
> Actuall
On Fri, 2005-04-22 at 13:37 +0100, El Draper wrote:
> Christian Meder wrote:
>
> >Comments ? Ideas ? Other feedback ?
> >
> >
> >
>
> Hi guys,
>
> New around these parts, so be gentle :-)
>
> I would like to suggest the idea of a SOAP interface. If we are talking
> about a true service orien
Hey there,
I am trying to pull the latest repository of the linux-2.6 git from Linus'
rsync mirror.
Here is the shell:
===
[EMAIL PROTECTED]:~/repo/linux-2.6.repo$ gitinit.sh
rsync://www.kernel.org/pub/linux/kernel/people/torvalds/linux-2.6.git
defaulting to local storage area
gitpull
On Fri, 2005-04-22 at 22:27 +1000, Jon Seymour wrote:
> On 4/22/05, Petr Baudis <[EMAIL PROTECTED]> wrote:
> > Dear diary, on Fri, Apr 22, 2005 at 01:34:45PM CEST, I got a letter
> > where Jon Seymour <[EMAIL PROTECTED]> told me that...
> > > On 4/22/05, Christian Meder <[EMAIL PROTECTED]> wrote:
>
On Fri, 2005-04-22 at 14:10 +0200, Petr Baudis wrote:
> Dear diary, on Fri, Apr 22, 2005 at 01:34:45PM CEST, I got a letter
> where Jon Seymour <[EMAIL PROTECTED]> told me that...
> > On 4/22/05, Christian Meder <[EMAIL PROTECTED]> wrote:
> > >
> > > Comments ? Ideas ? Other feedback ?
> > >
> >
After seeing the spec file, I had to do this:
You can get the binary here:
http://node1.wunjo.org/~jcorbin/git-pasky_0.6.3-1_i386.deb
alternatively you can pull from here:
rsync://node1.wunjo.org/git/git
It's against b31d16fad0013b3f106b227232559e24daf36962. It installs
to /usr/bin, but I h
Petr> Dear diary, on Thu, Apr 21, 2005 at 11:15:54PM CEST, I got a letter
Petr> where John Stoffel <[EMAIL PROTECTED]> told me that...
>> > "Petr" == Petr Baudis <[EMAIL PROTECTED]> writes:
>>
Petr> Perhaps it would be useful to have some "command classes" (with at least
Petr> cg-*-(add|ls|rm
Christian Meder wrote:
Comments ? Ideas ? Other feedback ?
Hi guys,
New around these parts, so be gentle :-)
I would like to suggest the idea of a SOAP interface. If we are talking
about a true service orientated API, then a way of calling a uri and
having it return a nice SOAP packet with the
On 4/22/05, Petr Baudis <[EMAIL PROTECTED]> wrote:
> Dear diary, on Fri, Apr 22, 2005 at 01:34:45PM CEST, I got a letter
> where Jon Seymour <[EMAIL PROTECTED]> told me that...
> > On 4/22/05, Christian Meder <[EMAIL PROTECTED]> wrote:
> > >
> > > Comments ? Ideas ? Other feedback ?
> > >
> >
> > I
Dear diary, on Fri, Apr 22, 2005 at 01:34:45PM CEST, I got a letter
where Jon Seymour <[EMAIL PROTECTED]> told me that...
> On 4/22/05, Christian Meder <[EMAIL PROTECTED]> wrote:
> >
> > Comments ? Ideas ? Other feedback ?
> >
>
> I'd suggest serving XML rather than HTML and using client side XSL
Dear diary, on Fri, Apr 22, 2005 at 12:41:56PM CEST, I got a letter
where Christian Meder <[EMAIL PROTECTED]> told me that...
> Hi,
Hi,
> /
>
> Ok. The URI should start by stating the project name
> e.g. /linux-2.6. This does bloat the URI slightly but I don't think
> that we want to have one ro
On 4/22/05, Christian Meder <[EMAIL PROTECTED]> wrote:
>
> Comments ? Ideas ? Other feedback ?
>
I'd suggest serving XML rather than HTML and using client side XSLT to
transform it into HTML. Client-side XSLT works well in IE 6 and all
versions of Firefox, so there is no question that it is a mat
Hi,
me again after a couple of hours of sleep ;-)
This probably gets a bit longer so if you are not interested in a web
service api or the web interface now is your chance to get off the
train.
I'm probably making a complete git of myself but that's not uncalled
for in this contxt ;-)
For those
Dear diary, on Fri, Apr 22, 2005 at 09:24:37AM CEST, I got a letter
where "Barry K. Nathan" <[EMAIL PROTECTED]> told me that...
> On Fri, Apr 22, 2005 at 12:16:26AM -0700, Barry K. Nathan wrote:
> > With git-pasky 0.6.3, "git log" is unusable on my Mandrake 10.1 system.
> > Basically I get a nevere
Dear diary, on Fri, Apr 22, 2005 at 08:23:41AM CEST, I got a letter
where Junio C Hamano <[EMAIL PROTECTED]> told me that...
> > "LT" == Linus Torvalds <[EMAIL PROTECTED]> writes:
> - Further admit that to support it without core layer help,
>what Cogito layer needs to do involves quite a
On 4/22/05, Michel Lespinasse <[EMAIL PROTECTED]> wrote:
> I noticed people on this mailing list start talking about using blob deltas
> for compression, and the basic issue that the resulting files are too small
> for efficient filesystem storage. I thought about this a little and decided
> I shou
Chris Mason <[EMAIL PROTECTED]> writes:
> Shrug, we shouldn't need help from the kernel for something like this.
> git as
> a database hits worst case scenarios for almost every FS.
Not sure.
> 1) subdirectories with lots of files
Correct. But git doesn't search dirs so it's not that bad.
>
Linus Torvalds <[EMAIL PROTECTED]> writes:
> And dammit, if I'm the original author and likely biggest power-user, and
> _I_ can't be bothered to use special filesystems, then who can? Nobody.
If someone is motivated enough, and if the task is quite trivial (as it
seems to be) someone may try it
Howdy,
Linus Torvalds wrote:
> On Thu, 21 Apr 2005, Junio C Hamano wrote:
>>I am thinking about an alternative way of doing the above by
>>some modifications to the git core. I think the root of this
>>problem is that there is no equivalent to GIT_INDEX_FILE and
>>SHA1_FILE_DIRECTORY that tells
Michel Lespinasse wrote:
Does this sound insane ? Too complicated maybe ?
My vote is YES on both counts.
Simplicity and flexibility is what makes git a good thing; and imho this
works against that quite aggressively.
--
Jeffrey Hundstad
-
To unsubscribe from this list: send the line "unsubscri
I noticed people on this mailing list start talking about using blob deltas
for compression, and the basic issue that the resulting files are too small
for efficient filesystem storage. I thought about this a little and decided
I should send out my ideas for discussion.
In my proposal, the current
On 4/22/05, lode leroy <[EMAIL PROTECTED]> wrote:
> I wonder if anyone is interested in using git on windows / cygwin.
> It almost compiles out of the box... just this one little thinggy
> that's glibc-specific (struct dirent . d_type)
>
I wonder if a cygwin compile of GIT should be forced to st
I wonder if anyone is interested in using git on windows / cygwin.
It almost compiles out of the box... just this one little thinggy
that's glibc-specific (struct dirent . d_type)
~/pkg $ diff -bruw git-0.6 git-0.6-cyg | grep -v ^Only
diff -bruw git-0.6/Makefile git-0.6-cyg/Makefile
--- git-0.6/Mak
Alecs King wrote:
And as for bash, only gitdiff-do and gitlog.sh 'explicitly' use bash
instead of /bin/sh. On most Linux distros, /bin/sh is just a symbolic
link to bash. But not on some others. I found gitlsobj.sh could not
work using a plain /bin/sh on fbsd. To make life easier, i think it
mi
Linus Torvalds writes:
> Interestingly, the Mozilla SHA1 code is about twice as fast as the openssl
> code on my G5, and judging by the disassembly, it's because it's much
> simpler. I think the openssl people have unrolled all the loops totally,
> which tends to be a disaster on any half-way mode
On Fri, Apr 22, 2005 at 12:16:26AM -0700, Barry K. Nathan wrote:
> With git-pasky 0.6.3, "git log" is unusable on my Mandrake 10.1 system.
> Basically I get a neverending flood of these until I press 'q' to quit
> less:
[snip sed segmentation faults which happen with 0.6.3 but not 0.6.2]
> I'm not
With git-pasky 0.6.3, "git log" is unusable on my Mandrake 10.1 system.
Basically I get a neverending flood of these until I press 'q' to quit
less:
/home/barryn/softbag/git-pasky-0.6.3/gitlog.sh: line 73: 7598 Segmentation faul
t sed -re '
/ *Signed-o
67 matches
Mail list logo