From: Petr Baudis <pasky@suse.cz>
To: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
Cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>,
Git List <git@vger.kernel.org>
Subject: Re: web-based client for Git, was Re: GSoC 2010
Date: Fri, 12 Feb 2010 13:18:44 +0100 [thread overview]
Message-ID: <20100212121844.GK4159@machine.or.cz> (raw)
In-Reply-To: <e72faaa81002120355t4c8596d0q66da4aeb4cce3a94@mail.gmail.com>
Hi!
On Fri, Feb 12, 2010 at 05:25:02PM +0530, Pavan Kumar Sunkara wrote:
> sorry but my mails aren't reaching the mailing list. So it would be
> helpful if you forward this mail to the mailing list
I'm quoting it in full here. :-)
> I would be happy to elaborate this.
Thanks a lot!
> First of all, this is not another gitweb or gitorious.
> This is a client to use git. I mean, you could use this to work on git
> repositories. (even editing files)
Aha, I see. Are you aware of "gist" [http://gist.github.com/]? It is
in a sense the first attempt to do this, albeit quite rudimentary in
some ways. And it's also closed-source, I'm not personally aware of an
open-source alternative, so this would certainly be useful! Actually,
I can say I would certainly like to add this functionality to repo.or.cz
for creating commits on the mob branches over the web directly.
> This program can be used in 2 ways. One, hosted in a website for many users
> and Two use it locally
>
> It's structure will be like this:
> * When you start this program by typing gittor in terminal, A new window
> will be opened with your preferred browser
> * It will take you directly to you repositories overview whose file paths
> have been previously provided by you.
> * Now after selecting a repository, you can explore among the commits,
> diffs, blames, trees (similiar to git web)
> * But also you will have other options like
> # Edit file: Opens a browser based syntax highlighted file editor.
> # See status: See the status of current working repository(git status)
> # See diff: See diffs
> # Create and/or Change branches
> # Add/Remove files.
> # Show functionalities
> # Commit with log messages
> # Push/Pull remote repositories
> # Garbage collection
> # And all other major functionalities while using git on a working
> repository
>
> So, as u see, it is a combination of gitweb and GUI client to use git.
> This opens in a internet browser, because it's easy to write GUI for
> it.(HTML)
However, I'm a bit unsure if you aren't loading too much on yourself,
seeing how much effort it took the other projects to implement *just the
read-only parts* properly. So I still wonder why it wouldn't be better
to focus purely on the editing and commit creation, while relying on
an existing web interface to provide the history browsing, diffs, etc.
This could be done in several ways - simply taking a client and adding
your code to provide the extra functionality there, OR creating a
standalone project that would be cross-linked with a given web
interface. The latter option is interesting since your extension could
work easily with the web interfaces of choice (and e.g. modifying gitweb
to provide the appropriate links is trivial, to a degree even possible
purely from config file).
P.S.: I could volunteer to mentor such a project, if no more active
Git hacker shows interest. Perhaps Jakub Narebski might be interested?
--
Petr "Pasky" Baudis
A great many people think they are thinking when they are merely
rearranging their prejudices. -- William James
next prev parent reply other threads:[~2010-02-12 12:19 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-10 20:23 GSoC 2010 Sverre Rabbelier
2010-02-11 21:48 ` Petr Baudis
2010-02-12 4:02 ` Christian Couder
[not found] ` <e72faaa81002120222p19db9c75u737e2615c14930b1@mail.gmail.com>
[not found] ` <e72faaa81002120226y5e4b1c28tbaf6a7dccb9634dc@mail.gmail.com>
2010-02-12 10:56 ` web-based client for Git, was " Johannes Schindelin
2010-02-12 11:04 ` Pau Garcia i Quiles
2010-02-12 11:20 ` Johannes Schindelin
2010-02-12 11:35 ` Petr Baudis
[not found] ` <e72faaa81002120355t4c8596d0q66da4aeb4cce3a94@mail.gmail.com>
2010-02-12 11:58 ` Pavan Kumar Sunkara
2010-02-12 12:18 ` Petr Baudis [this message]
2010-02-12 12:24 ` Pavan Kumar Sunkara
2010-02-12 12:33 ` Petr Baudis
2010-02-12 12:44 ` Mike Hommey
2010-02-12 12:51 ` Petr Baudis
2010-02-12 12:54 ` Pavan Kumar Sunkara
2010-02-12 13:07 ` Johannes Schindelin
2010-02-12 13:05 ` Petr Baudis
2010-02-12 13:07 ` Pavan Kumar Sunkara
2010-02-12 13:15 ` Johannes Schindelin
2010-02-12 13:30 ` Jakub Narebski
2010-02-12 13:03 ` Mike Hommey
2010-02-12 18:24 ` david
2010-02-12 15:14 ` Scott Chacon
2010-02-12 16:45 ` Petr Baudis
2010-02-12 16:52 ` Jan Koprowski
2010-02-12 17:01 ` Pavan Kumar Sunkara
2010-02-12 8:06 ` Eric Wong
2010-02-12 9:02 ` Johannes Schindelin
2010-02-12 9:03 ` Sverre Rabbelier
2010-02-12 9:16 ` Mike Hommey
2010-02-12 9:35 ` Johannes Schindelin
2010-02-12 9:32 ` Sverre Rabbelier
2010-02-12 10:07 ` Mike Hommey
2010-02-12 10:49 ` strbuf & other stuff dual-licensing, was " Johannes Schindelin
2010-02-12 16:10 ` Daniel Barkalow
2010-02-12 16:41 ` Sverre Rabbelier
2010-02-12 19:16 ` Daniel Barkalow
2010-02-12 19:30 ` Sverre Rabbelier
2010-02-12 19:47 ` Scott Chacon
2010-02-12 9:34 ` Tay Ray Chuan
2010-02-12 9:52 ` Sverre Rabbelier
2010-02-12 9:30 ` Johannes Schindelin
2010-02-12 9:06 ` Sverre Rabbelier
2010-02-12 16:19 ` Daniel Barkalow
2010-02-12 16:43 ` Sverre Rabbelier
2010-02-14 6:52 ` Jeff King
2010-02-14 18:15 ` Johannes Schindelin
2010-02-15 8:30 ` Jeff King
2010-02-15 16:53 ` Shawn O. Pearce
2010-02-15 21:53 ` Sverre Rabbelier
2010-02-15 22:33 ` Johannes Schindelin
2010-02-15 22:31 ` Sverre Rabbelier
2010-02-15 22:36 ` Shawn O. Pearce
2010-02-15 22:58 ` Sverre Rabbelier
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=20100212121844.GK4159@machine.or.cz \
--to=pasky@suse.cz \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=pavan.sss1991@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).