From: Guillaume DE BURE <guillaume.debure@gmail.com>
To: David Aguilar <davvid@gmail.com>
Cc: Sitaram Chamarty <sitaramc@gmail.com>,
Felipe Contreras <felipe.contreras@gmail.com>,
esr@thyrsus.com, Nguyen Thai Ngoc Duy <pclouds@gmail.com>,
git@vger.kernel.org, msysGit <msysgit@googlegroups.com>
Subject: Re: Python extension commands in git - request for policy change
Date: Tue, 27 Nov 2012 23:01:28 +0100 [thread overview]
Message-ID: <2308646.YNvKSAecjO@localhost> (raw)
In-Reply-To: <CAJDDKr7r5iP_LpXAT9Xz35GOfbDuDxSAKUvx=4dxa2LE_GLgrA@mail.gmail.com>
Le mardi 27 novembre 2012 02:51:04 David Aguilar a écrit :
> On Tue, Nov 27, 2012 at 1:17 AM, Sitaram Chamarty <sitaramc@gmail.com>
wrote:
> > On Tue, Nov 27, 2012 at 1:24 PM, David Aguilar <davvid@gmail.com> wrote:
> >> *cough* git-cola *cough*
> >>
> >> it runs everywhere. Yes, windows too. It's written in python.
> >> It's been actively maintained since 2007.
> >>
> >> It's "modern" and has features that don't exist anywhere else.
> >>
> >> It even has tests. It even comes with a building full of willing
> >> guinea-pigs^Wtesters that let me know right away when
> >> anything goes wrong.
> >>
> >> It uses Qt but that's really the whole point of Qt -> cross-platform.
> >> (not sure how that wiki page ended up saying Gnome/GTK?)
> >>
> >> The DAG aka git-dag (in its master branch, about to be released)
> >> is nicer looking then gitk IMO. gitk still has some features
> >> that are better too--there's no silver bullet, but the delta
> >> is pretty small.
> >
> > Gitk does a lot of things that people don't realise, since they're not
> > really documented and you have to scrounge around on the UI. The
> > thing is, it's just about the most awesome tool for code archeology I
> > have seen.
> >
> > I realise (from looking at the doc page) that git-cola helps you do
> > all sorts of things, but those are all things I am happier doing at
> > the command line.
>
> Ditto. There's actually a few small things I use it for,
> mainly for teasing apart commits. These days you can use git-gui
> for that, but in the old days it was the only way to interactively
> select individual lines and stage/unstage/revert them, etc.
> I don't think we can line-by-line revert in git-gui yet, though.
>
> Some other small things that I use: ctrl-g, type something
> for grep, hit enter twice and I'm in my editor on that
> (or any other selected) line. 'spacebar' does xdg-open,
> and 'enter' launches the editor in the status widget;
> small things. I, too, do most stuff on the command line.
>
> The grep thing is a good example. You have tons of output,
> you see the one line that you care about, and you want to jump
> there. Clicking on that line and hitting enter is the minimal
> effort to do that. You don't have to click because we also
> have keyboard navigation. I have a feeling that there's probably
> something I'm missing, though.. another way of working (emacs?)
> that would render all of this custom GUI stuff pointless.
>
> What I learned about users:
>
> The commit editor is the #1 thing that got my coworkers finally
> writing better commit messages. It forces the subject/description
> separation and shows yellow, red when the subject gets too long.
> It also auto-wraps. IMO it makes sense for git-gui to do
> the same these days.
>
> > Gitk does precisely those things which *require* a GUI, where the
> > amount of information presented overwhelms a text interface. The
> > display is concisely designed to give you the maximum information at a
> > minimum space use. For example, a little black square when a commit
> > has a note attached. Even hovering over the arrow-heads, on complex
> > trees where the line gets broken, does something meaningful.
> >
> > if I had to pin it down, the feature I use most often is "Show origin
> > of this line". Other features I use often are
> >
> > - review a commit file by file (f and b keys, also spacebar and 'd')
> > - search by SHA1 (4 digits appear to be enough, regardless of how
> >
> > big your repo is),
> >
> > - search for commits changing path/dir (while still showing all the
> >
> > commits; i.e., this is not 'git-dag -- README.txt' but within gitk you
> > search up and down for commits touching README.txt
> >
> > - and navigating the commit tree looking for stuff
> >
> > http://sitaramc.github.com/1-basic-usage/gitk.html is my attempt to
> > document some of the stuff I have found and use.
>
> Wow, this is awesome.
>
> > One final point: the DAG on the right wastes enormous amounts of
> > space. Purely subjectively, it is almost jarring on the senses. (If
> > you reduce it, it becomes unreadable).
> >
> > With all due respect, git-cola/dag isn't anywhere near what gitk does,
> > at least for people who are not afraid of the command line and only
> > need the GUI to visualise a truly complex tree.
>
> This is really great feedback.
> cc:ing Guillaume since he had similar ideas.
>
> thx,
Thanks David for cc:ing me. I'm sorry I was quite below the radar lately, had
too much work to get back on the dag. What I would really like for the dag is
to become as useful as the treeview in git extensions
(http://code.google.com/p/gitextensions/), where it is the central place for
checkout, merge, cherry picks...
My only complaint with git extensions is that it is poorly integrated on my
linux desktop, due to framework choice (let's not start a flame war here, it's
not the point). On the other hand, git-cola is quite easy to hack on thanks to
its python roots, well integrated on all OS thanks to Qt, so I thought it
would be great to make it at least on par.
Had an opportunity to rework the visuals on the dag, but not yet its
functionalities... As soon as I'm back on normal life, I'll pickup the subject
again :)
Cheers,
Guillaume
--
Skrooge, a free, Open Source, personal finances software for linux, Mac OS,
Windows
http://skrooge.org
next prev parent reply other threads:[~2012-11-27 22:01 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-25 2:44 Python extension commands in git - request for policy change Eric S. Raymond
2012-11-25 3:15 ` Nguyen Thai Ngoc Duy
2012-11-25 5:18 ` Eric S. Raymond
2012-11-25 8:56 ` Felipe Contreras
2012-11-25 9:54 ` Eric S. Raymond
2012-11-25 11:48 ` Felipe Contreras
2012-11-25 17:50 ` Eric S. Raymond
2012-11-25 21:22 ` Felipe Contreras
2012-11-25 21:56 ` Eric S. Raymond
2012-11-26 13:11 ` Felipe Contreras
2012-11-27 7:54 ` David Aguilar
2012-11-27 8:43 ` Felipe Contreras
2012-11-27 9:17 ` Sitaram Chamarty
2012-11-27 10:51 ` David Aguilar
2012-11-27 22:01 ` Guillaume DE BURE [this message]
2012-11-27 15:33 ` Johannes Schindelin
2012-11-28 2:09 ` Felipe Contreras
2012-11-25 17:21 ` Johannes Schindelin
2012-11-25 10:26 ` Pat Thoyts
2012-11-25 10:33 ` Eric S. Raymond
2012-11-25 15:51 ` Erik Faye-Lund
2012-11-25 8:53 ` Felipe Contreras
2012-11-25 9:53 ` Eric S. Raymond
2012-11-25 11:19 ` Felipe Contreras
2012-11-25 17:32 ` Eric S. Raymond
2012-11-25 21:43 ` Felipe Contreras
2012-11-25 22:44 ` Eric S. Raymond
2012-11-26 11:05 ` Andreas Ericsson
2012-11-25 10:44 ` Michael Haggerty
2012-11-25 10:57 ` Eric S. Raymond
2012-11-25 11:51 ` David Lang
2012-11-25 12:01 ` Stefano Lattarini
2012-11-25 17:44 ` Eric S. Raymond
2012-11-25 11:25 ` Nguyen Thai Ngoc Duy
2012-12-11 5:44 ` Patrick Donnelly
2012-12-12 0:09 ` Sitaram Chamarty
2012-12-12 0:28 ` Patrick Donnelly
2012-12-12 0:53 ` Tomas Carnecky
2012-12-12 1:50 ` Nguyen Thai Ngoc Duy
2012-12-12 2:22 ` Tomas Carnecky
2012-12-12 2:26 ` Patrick Donnelly
2012-12-12 5:15 ` Joshua Jensen
2012-12-12 3:30 ` Eric S. Raymond
2012-12-12 5:11 ` Joshua Jensen
2012-12-12 12:23 ` Eric S. Raymond
2012-12-12 6:32 ` Jeff King
2012-12-12 7:03 ` Patrick Donnelly
2012-12-12 8:32 ` Jeff King
2012-12-12 12:26 ` Eric S. Raymond
2012-12-12 12:29 ` Jeff King
2012-12-12 17:49 ` Junio C Hamano
2012-12-12 22:21 ` Andrew Ardill
2012-12-12 22:43 ` Junio C Hamano
2012-12-12 7:11 ` Patrick Donnelly
2012-12-12 12:43 ` Eric S. Raymond
2012-12-19 2:30 ` Patrick Donnelly
2012-11-25 11:40 ` Felipe Contreras
2012-11-25 17:36 ` Eric S. Raymond
2012-11-25 21:25 ` Felipe Contreras
2012-11-25 22:11 ` Eric S. Raymond
2012-11-26 13:17 ` Felipe Contreras
2012-11-27 14:35 ` Magnus Bäck
2012-11-27 18:35 ` Eric S. Raymond
2012-11-27 21:08 ` Sitaram Chamarty
2012-11-28 0:16 ` Felipe Contreras
2012-12-03 21:45 ` Philippe Vaucher
2012-12-04 14:19 ` Felipe Contreras
2012-12-04 14:40 ` Stephen Bash
2012-11-28 0:10 ` Felipe Contreras
2012-11-28 0:51 ` Jeff King
2012-11-28 1:22 ` Felipe Contreras
2012-11-28 1:39 ` Jeff King
2012-11-28 2:06 ` Felipe Contreras
2012-11-28 15:39 ` Magnus Bäck
2012-11-28 5:08 ` Joshua Jensen
2012-11-25 8:57 ` Johannes Sixt
2012-11-25 10:25 ` Eric S. Raymond
2012-11-25 21:41 ` Krzysztof Mazur
2012-11-25 22:47 ` Eric S. Raymond
2012-11-26 5:10 ` Sitaram Chamarty
2012-11-26 8:32 ` Krzysztof Mazur
2012-12-04 15:51 ` Martin Langhoff
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=2308646.YNvKSAecjO@localhost \
--to=guillaume.debure@gmail.com \
--cc=davvid@gmail.com \
--cc=esr@thyrsus.com \
--cc=felipe.contreras@gmail.com \
--cc=git@vger.kernel.org \
--cc=msysgit@googlegroups.com \
--cc=pclouds@gmail.com \
--cc=sitaramc@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).