* 1.6.0: where is git-gui?
@ 2008-08-20 17:20 Oliver Kullmann
2008-08-20 21:24 ` Alex Riesen
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Oliver Kullmann @ 2008-08-20 17:20 UTC (permalink / raw)
To: git
Hi,
apparently git-gui is no longer installed
when installing git?
This seems to me a very strange decision.
But anyway, I would assume that somehow
one can still install it, though I can't
find anything in README, INSTALL or elsewhere??
Oliver
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 1.6.0: where is git-gui?
2008-08-20 17:20 1.6.0: where is git-gui? Oliver Kullmann
@ 2008-08-20 21:24 ` Alex Riesen
2008-08-20 21:24 ` Pieter de Bie
2008-08-20 21:25 ` Junio C Hamano
2 siblings, 0 replies; 7+ messages in thread
From: Alex Riesen @ 2008-08-20 21:24 UTC (permalink / raw)
To: Oliver Kullmann; +Cc: git
Oliver Kullmann, Wed, Aug 20, 2008 19:20:38 +0200:
> apparently git-gui is no longer installed
> when installing git?
It is "git gui" (no dash) now. It is in RelNotes, the very first
paragraph (Documentation/RelNotes-1.6.0.txt).
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 1.6.0: where is git-gui?
2008-08-20 17:20 1.6.0: where is git-gui? Oliver Kullmann
2008-08-20 21:24 ` Alex Riesen
@ 2008-08-20 21:24 ` Pieter de Bie
2008-08-20 21:25 ` Junio C Hamano
2 siblings, 0 replies; 7+ messages in thread
From: Pieter de Bie @ 2008-08-20 21:24 UTC (permalink / raw)
To: Oliver Kullmann; +Cc: git
On Aug 20, 2008, at 7:20 PM, Oliver Kullmann wrote:
> Hi,
>
> apparently git-gui is no longer installed
> when installing git?
> This seems to me a very strange decision.
> But anyway, I would assume that somehow
> one can still install it, though I can't
> find anything in README, INSTALL or elsewhere??
try 'git gui' without the dash
- Pieter
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 1.6.0: where is git-gui?
2008-08-20 17:20 1.6.0: where is git-gui? Oliver Kullmann
2008-08-20 21:24 ` Alex Riesen
2008-08-20 21:24 ` Pieter de Bie
@ 2008-08-20 21:25 ` Junio C Hamano
2008-08-21 10:03 ` David Kastrup
2 siblings, 1 reply; 7+ messages in thread
From: Junio C Hamano @ 2008-08-20 21:25 UTC (permalink / raw)
To: Oliver Kullmann; +Cc: git
Oliver Kullmann <O.Kullmann@swansea.ac.uk> writes:
> apparently git-gui is no longer installed
> when installing git?
Hint #0. Have you read release notes?
\f
Hint #1. "git-commit" is spelled "git commit" these days.
\f
Hint #2. Shouldn't "git-gui" now be spelled "git gui"?
\f
Solution. "git gui"
;-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 1.6.0: where is git-gui?
2008-08-20 21:25 ` Junio C Hamano
@ 2008-08-21 10:03 ` David Kastrup
2008-08-21 19:39 ` Oliver Kullmann
0 siblings, 1 reply; 7+ messages in thread
From: David Kastrup @ 2008-08-21 10:03 UTC (permalink / raw)
To: git
Junio C Hamano <gitster@pobox.com> writes:
> Oliver Kullmann <O.Kullmann@swansea.ac.uk> writes:
>
>> apparently git-gui is no longer installed
>> when installing git?
>
> Hint #0. Have you read release notes?
The point of using a GUI is to never have to deal with command lines or
other plaintext geek jargon making your eyes glaze over.
SCNR
--
David Kastrup
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 1.6.0: where is git-gui?
2008-08-21 10:03 ` David Kastrup
@ 2008-08-21 19:39 ` Oliver Kullmann
2008-08-21 19:41 ` Shawn O. Pearce
0 siblings, 1 reply; 7+ messages in thread
From: Oliver Kullmann @ 2008-08-21 19:39 UTC (permalink / raw)
To: David Kastrup; +Cc: git
Thanks for the "git gui" info!
I've read the release notes, but it didn't occur
to me that "git-gui" is part of "git" --- I assumed
it would be, like "gitk", a different program (which
just be chance is using the same naming convention
like "git-clone" etc.).
Thanks
Oliver
On Thu, Aug 21, 2008 at 12:03:17PM +0200, David Kastrup wrote:
> Junio C Hamano <gitster@pobox.com> writes:
>
> > Oliver Kullmann <O.Kullmann@swansea.ac.uk> writes:
> >
> >> apparently git-gui is no longer installed
> >> when installing git?
> >
> > Hint #0. Have you read release notes?
>
> The point of using a GUI is to never have to deal with command lines or
> other plaintext geek jargon making your eyes glaze over.
>
> SCNR
>
> --
> David Kastrup
>
> --
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 1.6.0: where is git-gui?
2008-08-21 19:39 ` Oliver Kullmann
@ 2008-08-21 19:41 ` Shawn O. Pearce
0 siblings, 0 replies; 7+ messages in thread
From: Shawn O. Pearce @ 2008-08-21 19:41 UTC (permalink / raw)
To: Oliver Kullmann; +Cc: David Kastrup, git
Oliver Kullmann <O.Kullmann@swansea.ac.uk> wrote:
> I've read the release notes, but it didn't occur
> to me that "git-gui" is part of "git" --- I assumed
> it would be, like "gitk", a different program (which
> just be chance is using the same naming convention
> like "git-clone" etc.).
Well, it really is a separate program, just like gitk is.
But its name being "git-gui" and not "gitgui" is not by
accident. I chose it to fit into the "git foo" naming
scheme used by the core tools, so it fit better into the
overall user experience. Ditto with "git citool".
--
Shawn.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-08-21 19:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-20 17:20 1.6.0: where is git-gui? Oliver Kullmann
2008-08-20 21:24 ` Alex Riesen
2008-08-20 21:24 ` Pieter de Bie
2008-08-20 21:25 ` Junio C Hamano
2008-08-21 10:03 ` David Kastrup
2008-08-21 19:39 ` Oliver Kullmann
2008-08-21 19:41 ` Shawn O. Pearce
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).