Re: BUG: cg-clone accepts '_' in git_ssh: URI's, but cg-push does not.

2005-07-06 Thread Horst von Brand
John Ellson [EMAIL PROTECTED] wrote: BUG: cg-clone accepts '_' in git+ssh: URI's, but cg-push does not. Right. '_' is illegal in domain names... -- Dr. Horst H. von Brand User #22616 counter.li.org Departamento de Informatica Fono: +56 32 654431 Universidad

Re: Trial git RPM's..

2005-07-11 Thread Horst von Brand
Linus Torvalds [EMAIL PROTECTED] wrote: On Mon, 11 Jul 2005, Eric W. Biederman wrote: A couple of pieces. The dist target has assumes git-tar-tree is in the path. Making it so you have to have git installed to build the rpm. Yes. Maybe we could relax that requirement by using

Re: Git 1.0 Synopis (Draft v3

2005-08-01 Thread Horst von Brand
Ryan Anderson [EMAIL PROTECTED] wrote: Source Code Management with Git More bugging... - Either stay with your idea of Git is the idea, git the implementation (iff blessed by the Git Powers That Be) and be consistent about it, or just use git throughout. - Attribute the meaning

Re: Git 1.0 Synopis (Draft v3

2005-08-01 Thread Horst von Brand
Sam Ravnborg [EMAIL PROTECTED] wrote: On Fri, Jul 29, 2005 at 04:29:41AM -0400, Ryan Anderson wrote: Source Code Management with Git The article should include a HOWTO part alos. I'd vote for a separate file. So people can see how to

Re: Git 1.0 Synopis (Draft v3

2005-08-01 Thread Horst von Brand
[Yes, I know it is considered odd when you speak to yourself in public...] Horst von Brand [EMAIL PROTECTED] wrote: Ryan Anderson [EMAIL PROTECTED] wrote: Source Code Management with Git More bugging... And then some. To get the 'Porcelain' tools mentioned above: SCM Interface

Re: GIT 0.99.4 (preview)

2005-08-07 Thread Horst von Brand
My proposed patch, the description as is is misleading. The rest of the .spec file looks sane (yes, I've built my share of RPMs over the years). diff --git a/git-core.spec.in b/git-core.spec.in --- a/git-core.spec.in +++ b/git-core.spec.in @@ -2,7 +2,7 @@ Name: git-core Version:

Re: Sanity check of git-commit patch, was Re: [PATCH] Making CFLAGS compilant with GNU Coding Standards

2005-08-10 Thread Horst von Brand
Junio C Hamano [EMAIL PROTECTED] wrote: Johannes Schindelin [EMAIL PROTECTED] writes: True. My bad old habit. An elegant method to do that: case --some-long-option in $1*) ..; esac You are almost correct, but you need to realize that I generate that long case

Re: Tool renames? was Re: First stab at glossary

2005-09-04 Thread Horst von Brand
Junio C Hamano [EMAIL PROTECTED] wrote: I said: I'll draw up a strawman tonight unless somebody else does it first. [...] 3. Non-binaries are called '*-scripts'. In earlier discussions some people seem to like the distinction between *-script and others; I did not