From: "Shawn O. Pearce" <spearce@spearce.org>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Jakub Narebski <jnareb@gmail.com>, git@vger.kernel.org
Subject: Re: Git User's Survey 2007 unfinished summary (long)
Date: Thu, 4 Oct 2007 21:27:27 -0400 [thread overview]
Message-ID: <20071005012726.GR2137@spearce.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0710041712120.4174@racer.site>
Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> On Thu, 4 Oct 2007, Jakub Narebski wrote:
> > 26. Which porcelains do you use?
> >
> > Multiple answers (one can use more than one porcelain).
> >
> > Answer (multiple choice) | Count
...
> > other | 14
...
> > Those 14 "other" answers make me wish to have provided "if other,
> > what it was?" (sub)question; actually not only for this question.
>
> git-gui, of course. I consider it porcelain, because it uses core-git as
> backend.
I tried to get git-gui into this list as a choice as I really do
consider it porcelain but Jakub thought it wasn't and wanted to
have a specific category for GUIs. Whatever. Its probably all
git-gui and qgit users that picked other here. Probably in about
the same ratio too, so 8 git-gui's and 6 qgit's.
For the most part git-gui tries to only ever invoke plumbing. I
break that rule in only three places:
- git-merge: I'm lazy and didn't have time yet to rewrite this
properly using Tcl. I already do about half of the
work anyway (e.g. merge base testing, fast-forward
detection, message formatting).
- git-fetch: Now that this is in C I'm going to call it plumbing
even if nobody else does. Especially for say HTTP
as git-fetch process does all of the HTTP requests
directly. I won't reimplement it in Tcl, it would
be slower and suck more. So git-gui won't be calling
git-fetch-pack anytime soon.
- git push: Same as the above reason for git-fetch.
IMHO, porcelain is anything that only invokes plumbing. Seats
however can sit above porcelain to make the position slightly
more comfortable. :-)
> In the same vein, I should consider gitk porcelain now, since it has
> rebase capabilities. I will not, and I am not very happy that this viewer
> got a non-view-only capability, instead of git-gui, where that feature
> should have belonged (as suggested by at least one answer to a later
> question in the survey -- not by me).
I agree. I actually never use the modification features of gitk.
They are so hidden that most users don't even know they are there.
Of course that's just as hidden as the hunk selection in git-gui
is so I shouldn't be complaining.
I'm seriously looking at implementing those modification features
into git-gui and will probably start work on some of that during
the trip. I got plenty of time in a sealed tube at 30,000 feet
to kill. More time than I got battery packs for the laptop. :-\
I think the first thing to implement is cherry-pick and revert as
those are easy and co-workers have been asking about them. That way
you can then rebase using cherry-pick and the Mark I wetware loop.
Then we need a cool graph thing that you can drag the nodes around
on to create a visual `rebase -i`.
--
Shawn.
next prev parent reply other threads:[~2007-10-05 1:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-04 9:12 Git User's Survey 2007 unfinished summary (long) Jakub Narebski
2007-10-04 12:04 ` Benoit SIGOURE
2007-10-04 14:59 ` Jakub Narebski
2007-10-05 1:42 ` Shawn O. Pearce
2007-10-05 7:57 ` Andreas Ericsson
2007-10-04 16:16 ` Johannes Schindelin
2007-10-05 1:27 ` Shawn O. Pearce [this message]
2007-10-05 1:48 ` David Tweed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071005012726.GR2137@spearce.org \
--to=spearce@spearce.org \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=jnareb@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).