Re: wit 0.0.3 - a web interface for git available

2005-04-20 Thread Kay Sievers
On Wed, Apr 20, 2005 at 10:42:53AM +0100, Christoph Hellwig wrote: On Tue, Apr 19, 2005 at 09:18:29PM -0700, Greg KH wrote: On Wed, Apr 20, 2005 at 02:29:11AM +0200, Christian Meder wrote: Hi, ok it's starting to look like spam ;-) I uploaded a new version of wit to

Re: [PATCH] gittrack.sh accepts invalid branch names

2005-04-20 Thread Pavel Roskin
Hi, Petr! On Thu, 2005-04-21 at 01:21 +0200, Petr Baudis wrote: Dear diary, on Wed, Apr 20, 2005 at 09:48:30PM CEST, I got a letter where Pavel Roskin [EMAIL PROTECTED] told me that... --- a/gittrack.sh +++ b/gittrack.sh @@ -35,7 +35,7 @@ die () { mkdir -p .git/heads if [ $name

Re: git-viz tool for visualising commit trees

2005-04-20 Thread Olivier Andrieu
Ingo Molnar [EMAIL PROTECTED] [Wed, 20 Apr 2005]: * Petr Baudis [EMAIL PROTECTED] wrote: Hi, just FYI, Olivier Andrieu was kind enough to port his monotone-viz tool to git (http://oandrieu.nerim.net/monotone-viz/ - use the one from the monotone repository). The tool

Switching between branches

2005-04-20 Thread Pavel Roskin
Hello! Perhaps it's a naive question, but how do I switch between branches? I mean an equivalent of svn switch or cvs update -r branch that would reuse the existing working directory. I tried to switch a git-pasky working directory to the linus branch. Here's what I tried: git track linus git

[PATCH] Usage-string fixes.

2005-04-20 Thread Junio C Hamano
Usage string fixes to make maintenance easier (only one instance of a string to update not multiple copies). I've spotted and corrected inconsistent usage text in diff-tree while doing this. Also diff-cache and read-tree usage text have been corrected to match their up-to-date features.

wit 0.0.4 uploaded

2005-04-20 Thread Christian Meder
Hi, I uploaded a new snapshot to http://www.absolutegiganten.org/wit The changes are 0.0.4: * c2html usage is configurable now * add flexible /changelog/number of entries, number of days and all * improve display of dates * implement all the nice ideas from Kay Sievers gitweb.pl * try to

Re: [3/5] Add http-pull

2005-04-20 Thread Brad Roberts
On Sun, 17 Apr 2005, Petr Baudis wrote: Date: Sun, 17 Apr 2005 21:59:00 +0200 From: Petr Baudis [EMAIL PROTECTED] To: Daniel Barkalow [EMAIL PROTECTED] Cc: git@vger.kernel.org Subject: Re: [3/5] Add http-pull Dear diary, on Sun, Apr 17, 2005 at 09:24:27PM CEST, I got a letter where Daniel

Similarities with Vesta

2005-04-20 Thread Kenneth C. Schalk
When I first read about git a few days ago, I was pretty surprised by how similar it seemed to the project I've been working on for several years. (Coming off BK, I would have expected a more Darcs/Codeville kind of change-merging-centric approach.) Since I don't see any mention of Vesta on this

Re: [ANNOUNCE] git-pasky-0.6.2 heads-up on upcoming changes

2005-04-20 Thread Linus Torvalds
On Wed, 20 Apr 2005, Daniel Jacobowitz wrote: My logic: it's a lot more intuitive to say cg-log | less to get paginated output than it is to say cg-log | cat to get unpaginated output. I disagree. There is _never_ any valid situation where you do cg-log with unpaginated output to a tty.

Re: [ANNOUNCE] git-pasky-0.6.2 heads-up on upcoming changes

2005-04-20 Thread Dave Jones
On Wed, Apr 20, 2005 at 09:00:44PM -0700, Linus Torvalds wrote: My logic: it's a lot more intuitive to say cg-log | less to get paginated output than it is to say cg-log | cat to get unpaginated output. I disagree. There is _never_ any valid situation where you do cg-log with

Re: [ANNOUNCE] git-pasky-0.6.2 heads-up on upcoming changes

2005-04-20 Thread Matthias Urlichs
Linus Torvalds wrote: I realize that there is probably a law that there has to be a space, but I actually personally use tab-completion all the time You can actually teach bash3 to do that (yes, with space). In general, though, I tend to agree -- dashes work with more shells and avoid

Performance of various compressors

2005-04-20 Thread Mike Taht
I started rolling a tool to measure various aspects of git performance. I will start looking at merge next, and at workloads different from the kernel (gcc4 anyone?) ... The only data points worth sharing a this point are: That doing the compression at a level of 3, rather than the max of 9,

Re: [ANNOUNCE] git-pasky-0.6.2 heads-up on upcoming changes

2005-04-20 Thread Junio C Hamano
DJ == Dave Jones [EMAIL PROTECTED] writes: DJ I used to do 'bk changes | grep \[AGPGART\] -C3 | head' on a DJ regular basis, just to be able to answer 'hey, did cset x DJ get into tree y?' questions from users. which is the DJ probably the closest I came to non-paginated usage. I am bk

Re: Performance of various compressors

2005-04-20 Thread Mike Taht
Just to clarify this was a git add of the linux-2.6.11.7 sources (sorry, untimed) , and timing the git commit. Mo betta data latah. Mike Taht wrote: I started rolling a tool to measure various aspects of git performance. I will start looking at merge next, and at workloads different from the

[PATCH] experimental - Performance of various compressors

2005-04-20 Thread Mike Taht
Don't apply this patch and change GIT_COMPRESSION unless you know what you are doing and why you are doing it. You will break an older version of git. You may break a newer version of git. You have been warned. I also note that there's a bzlib out there. cache.h:

Re: [ANNOUNCE] git-pasky-0.6.2 heads-up on upcoming changes

2005-04-20 Thread Sean
On Thu, April 21, 2005 1:14 am, Randy.Dunlap said: In _any_ real system you'll be getting thousands of lines of output. Possibly millions. unpaginated? What the hell are you talking about? Who in the world would look at thousands or millions of lines on a tty using a pager? This

Re: [ANNOUNCE] git-pasky-0.6.2 heads-up on upcoming changes

2005-04-20 Thread Greg KH
On Wed, Apr 20, 2005 at 06:12:34PM -0700, Linus Torvalds wrote: On Wed, 20 Apr 2005, Linus Torvalds wrote: Pasky, what do you think about this change to git log? Here's a slightly updated version. It's identical to the previous one, except that it also feeds the result through

<    1   2