From: Junio C Hamano <hidden> Date: 2016-06-15 22:45:11
Oliver Kullmann [off-list ref] writes:
apparently git-gui is no longer installed
when installing git?
Hint #0. Have you read release notes?
Hint #1. "git-commit" is spelled "git commit" these days.
Hint #2. Shouldn't "git-gui" now be spelled "git gui"?
Solution. "git gui"
;-)
From: Oliver Kullmann <hidden> Date: 2016-06-15 22:45:12
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 [off-list ref] writes:
quoted
Oliver Kullmann [off-list ref] writes:
quoted
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
--
From: Shawn O. Pearce <hidden> Date: 2016-06-15 22:45:12
Oliver Kullmann [off-list ref] 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.