Re: [ANNOUNCE] git-pasky-0.6.3 && request for testing

2005-04-22 Thread Petr Baudis
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

Re: [3/5] Add http-pull

2005-04-22 Thread Daniel Barkalow
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 > > >

Re: [git pasky] tarball question

2005-04-22 Thread Petr Baudis
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

Re: [PATCH] #!/bin/sh --> #!/usr/bin/env bash

2005-04-22 Thread David A. Wheeler
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

Re: [ANNOUNCE] git-pasky-0.6.3 && request for testing

2005-04-22 Thread Barry K. Nathan
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

[PATCH] fix git log time display for western timezones

2005-04-22 Thread Nicolas Pitre
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 ===

Re: First web interface and service API draft

2005-04-22 Thread Petr Baudis
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

Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails

2005-04-22 Thread Rhys Hardwick
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

Re: [PATCH] More docs

2005-04-22 Thread Junio C Hamano
> "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 [

Re: [patch] fixup GECOS handling

2005-04-22 Thread Martin Schlemmer
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

[no subject]

2005-04-22 Thread atani
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

Re: "GIT_INDEX_FILE" environment variable

2005-04-22 Thread Linus Torvalds
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

Re: [ANNOUNCE] git-pasky-0.6.3 && request for testing

2005-04-22 Thread Linus Torvalds
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

Re: [patch] fixup GECOS handling

2005-04-22 Thread Andy Isaacson
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

Re: [PATCH] multi item packed files

2005-04-22 Thread Chris Mason
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.

Re:

2005-04-22 Thread Martin Schlemmer
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 >

wit suggestion

2005-04-22 Thread David Greaves
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

Re: [3/5] Add http-pull

2005-04-22 Thread Petr Baudis
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

git remote repositories

2005-04-22 Thread Dan Weber
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

Re: "GIT_INDEX_FILE" environment variable

2005-04-22 Thread Linus Torvalds
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

Re: [ANNOUNCE] git-pasky-0.6.3 && request for testing

2005-04-22 Thread Linus Torvalds
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

Re: [PATCH] multi item packed files

2005-04-22 Thread Linus Torvalds
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

Re: "GIT_INDEX_FILE" environment variable

2005-04-22 Thread Junio C Hamano
> "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

Re: [3/5] Add http-pull

2005-04-22 Thread Petr Baudis
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

Re: "GIT_INDEX_FILE" environment variable

2005-04-22 Thread Petr Baudis
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

[PATCH] git-pasky: Add .gitrc directory to allow command defaults like with .cvsrc

2005-04-22 Thread Fabian Franz
-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

RE: [3/5] Add http-pull

2005-04-22 Thread Luck, Tony
>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

Re: [OT] git logo or mascot (was: Re: wit 0.0.3 - a web interface for git available)

2005-04-22 Thread Timothy R. Chavez
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 :) > > > >

Re: [3/5] Add http-pull

2005-04-22 Thread Martin Schlemmer
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

[pasky] tags issue on mirrors

2005-04-22 Thread Martin Schlemmer
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

Re: [git pasky] tarball question

2005-04-22 Thread Martin Schlemmer
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

Re: git pull on ia64 linux tree

2005-04-22 Thread Linus Torvalds
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

[PATCH] update-cache.c ignore directories

2005-04-22 Thread atani
--- 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

[git pasky] tarball question

2005-04-22 Thread Martin Schlemmer
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.

Re: First web interface and service API draft

2005-04-22 Thread Jan Harkes
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

[patch] fixup GECOS handling

2005-04-22 Thread Martin Schlemmer
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

Re: [PATCH] git-pasky spec file

2005-04-22 Thread Kevin Smith
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

Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails

2005-04-22 Thread Martin Schlemmer
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. > >

Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails

2005-04-22 Thread Rhys Hardwick
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]

Re: Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails

2005-04-22 Thread Martin Schlemmer
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

Re: First web interface and service API draft

2005-04-22 Thread Jon Seymour
> > > > >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

Re: First web interface and service API draft

2005-04-22 Thread Christian Meder
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

Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails

2005-04-22 Thread Rhys Hardwick
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

Re: First web interface and service API draft

2005-04-22 Thread Christian Meder
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: >

Re: First web interface and service API draft

2005-04-22 Thread Christian Meder
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 ? > > > > >

[PATCH] git-pasky debian dir

2005-04-22 Thread Joshua T. Corbin
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

Re: Pasky problem with 'git init URL'

2005-04-22 Thread John Stoffel
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

Re: First web interface and service API draft

2005-04-22 Thread El Draper
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

Re: First web interface and service API draft

2005-04-22 Thread Jon Seymour
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

Re: First web interface and service API draft

2005-04-22 Thread Petr Baudis
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

Re: First web interface and service API draft

2005-04-22 Thread Petr Baudis
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

Re: First web interface and service API draft

2005-04-22 Thread Jon Seymour
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

First web interface and service API draft

2005-04-22 Thread Christian Meder
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

Re: [ANNOUNCE] git-pasky-0.6.3 && request for testing

2005-04-22 Thread Petr Baudis
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

Re: "GIT_INDEX_FILE" environment variable

2005-04-22 Thread Petr Baudis
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

Re: proposal: delta based git archival

2005-04-22 Thread Jaime Medrano
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

Re: [PATCH] multi item packed files

2005-04-22 Thread Krzysztof Halasa
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. >

Re: [PATCH] multi item packed files

2005-04-22 Thread Krzysztof Halasa
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

Re: "GIT_INDEX_FILE" environment variable

2005-04-22 Thread Zach Welch
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

Re: proposal: delta based git archival

2005-04-22 Thread Jeffrey E. Hundstad
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

proposal: delta based git archival

2005-04-22 Thread Michel Lespinasse
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

[RFC] Is there a need for binary bit in cache/tree entries to properly support Cygwin builds of GIT?

2005-04-22 Thread Jon Seymour
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

(nearly trivial) patch to compile git on cygwin

2005-04-22 Thread lode leroy
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

Re: [PATCH] #!/bin/sh --> #!/usr/bin/env bash

2005-04-22 Thread H. Peter Anvin
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

Re: Mozilla SHA1 implementation

2005-04-22 Thread Paul Mackerras
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

Re: [ANNOUNCE] git-pasky-0.6.3 && request for testing

2005-04-22 Thread Barry K. Nathan
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

Re: [ANNOUNCE] git-pasky-0.6.3 && request for testing

2005-04-22 Thread Barry K. Nathan
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