What's cooking (2014/06 #06)
[git.git] / Porcelainistas
blobe30e0495abd9c152a269f3d74d77541d4e670b45
1 Message-ID: <20050927001542.GC15615@reactrix.com>
2 From: Nick Hengeveld <nickh@reactrix.com>
3 Date: Mon, 26 Sep 2005 17:15:42 -0700
5 Good point - use of environment variables is more consistent.  Use of
6 command-line arguments is a bit more convenient in my case since I'm
7 driving the transfer from a perl script, but I suppose consistency is
8 more important...
10 Message-ID: <000a01c5c2fe$71fd6200$0200a8c0@AMEER>
11 From: "Ameer Armaly" <ameerarmaly@bellsouth.net>
12 Date: Mon, 26 Sep 2005 20:57:33 -0400
14 I am seriously looking at putting one together in the D language 
15 (http://www.digitalmars.com/d) <plug>, though it doesn't actually do 
16 anything as of yet, since I have to balance classes along with it.
19 Message-ID: <1127840572.16026.29.camel@mariano>
20 From: Mariano Videla <mvidela@ases.com.ar>
21 Date: Tue, 27 Sep 2005 14:02:51 -0300
23 I setup a git repository for gipy... Didn't upload any files in
24 sourceforge because I don't think is ready.
26 http://24.232.198.9:7978/gipy.git
27 http://24.232.198.9:7978/cgi/gitweb.cgi
30 Message-ID: <20050928113008.GA11309@snarc.org>
31 From: tab@snarc.org (Vincent Hanquez)
32 Date: Wed, 28 Sep 2005 13:30:08 +0200
34 Well, I kinda work on one written in C using a libgit (using exec of git
35 executable for the moment) It doesn't do that much at the moment:
36 commiting, adding files, removing files.
38 At some point I'ld like to have a very integrated and easy to use
39 porcelain, but for now that's more a learning git by practice kind of
40 project.
42 Message-ID: <pan.2005.09.28.20.22.10.626793@smurf.noris.de>
43 From: Matthias Urlichs <smurf@smurf.noris.de>
44 Date: Wed, 28 Sep 2005 22:22:13 +0200
46 Python integration needs either lots of fork+exec, a git rewrite in
47 Python, or a libgit reorganization in library-ized C.
49 I'm doing the latter, but my free time is kindof limited for now.
51 My library-ize branch is at 
52         git fetch http://netz.smurf.noris.de/git/git.git libize
53 if anybody wants to have a look. My first goal is to get object access
54 working sanely (because that's what I need for my Python project).
56 I haven't merged up for some time, though.
58 From:   Darrin Thompson <darrint@progeny.com>
59 Date:   Wed, 04 Jan 2006 13:51:32 -0500
60 Message-Id: <1136400692.5919.11.camel@localhost.localdomain>
62 I'd like to make this friendly behavior [ls-files -o not showing
63 contents of untracked directory] the default in my porcelain.
66 Message-ID: <cc723f590601261946h101d7000oa1990c31c5b642fc@mail.gmail.com>
67 From:   Aneesh Kumar <aneesh.kumar@gmail.com>
68 Date:   Fri, 27 Jan 2006 09:16:58 +0530
70 I am right now making a gnome based git repository browser [1].
72 [1] http://www.flickr.com/photos/17388011@N00/91636482/
73 This is based on bzrk GUI frontend to bazaar and written in python