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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html