From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:07
Nick Hengeveld [off-list ref] writes:
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...
Now you made me curious.
How many of you are working on your own Porcelains, announced or
unannounced? I know about Cogito and StGIT ;-). In a distant
past I have heard of something called JIT but I think it is now
defunct. Matthias Urlichs said he is doing something with
Python. Anybody else?
----- Original Message -----
From: "Junio C Hamano" <redacted>
To: <redacted>
Cc: "Nick Hengeveld" <redacted>
Sent: Monday, September 26, 2005 8:43 PM
Subject: More Porcelains?
Nick Hengeveld [off-list ref] writes:
quoted
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...
Now you made me curious.
How many of you are working on your own Porcelains, announced or
unannounced? I know about Cogito and StGIT ;-). In a distant
past I have heard of something called JIT but I think it is now
defunct. Matthias Urlichs said he is doing something with
Python. Anybody else?
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.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Daniel Barkalow <hidden> Date: 2016-06-15 22:42:07
On Mon, 26 Sep 2005, Junio C Hamano wrote:
How many of you are working on your own Porcelains, announced or
unannounced?
I don't have a porcelain, but I organize my working trees/repository in a
non-standard way, using an additional script (which creates a new working
tree linked to an existing repository).
I've also got a set of scripts for splitting up a patch into a series,
which I've still not gotten around to cleaning up and submitting.
For the way I structure my working trees, it would be really helpful if
all of the miscellaneous things that should stay with a repository (such
as remotes) were in a single subdirectory of .git, so that I could just
have a third symlink and have it all work, rather than needing a bunch of
additional links.
-Daniel
*This .sig left intentionally blank*
From: Vincent Hanquez <hidden> Date: 2016-06-15 22:42:07
On Mon, Sep 26, 2005 at 05:43:46PM -0700, Junio C Hamano wrote:
Now you made me curious.
How many of you are working on your own Porcelains, announced or
unannounced? I know about Cogito and StGIT ;-). In a distant
past I have heard of something called JIT but I think it is now
defunct. Matthias Urlichs said he is doing something with
Python. Anybody else?
Hi Junio,
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.
Cheers,
--
Vincent Hanquez
Matthias Urlichs said he is doing something with Python
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.
--
Matthias Urlichs | {M:U} IT Design @ m-u-it.de | smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
- -
Paul's Law:
In America, it's not how much an item costs, it's how much you save.