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