← Back to team overview

dulwich-users team mailing list archive

Re: dulwich porcelain

 

>Hi,
>
>I am new to dulwich, which is really cool, but I've started to develop an android app using python for android (py4a) [1]
>and the scripting layer for android (sl4a) [2], mostly for my own use. So far it works great; I can init new repos, do
>commits, and I can pull from my remote repos, but there are a few things I'm still struggling with, and so I was
>wondering if there was any development or documentation anywhere of more porcelain commands, such as git-reset,
>git-checkout and git-push. I have found a few odds and ends, stackoverflow, hg-git, etc. Thanks.
>
>
>[1] http://code.google.com/p/python-for-android/
>[2] http://code.google.com/p/android-scripting/
>
>_______________________________________________
>
>

I've been combing the archives and am slowly putting together a collection of porcelain functions on github
https://github.com/mikofski/dulwichPorcelain ;


So far I have dulwich_checkout.py which is based on this stack overflow answer
http://stackoverflow.com/a/6640755/1020470 ;


Also I'm working on push based on this thread in dulwich launchpad
https://lists.launchpad.net/dulwich-users/msg00118.html ;



Follow ups

References