Re: Preferred method for tracking src with git?

2012-06-05 Thread Florian Obser
On 06/04/12 21:52, Matthew Dempsky wrote: > What's considered the current 'best practice' for following OpenBSD > src with git? I'm interested in trying out git for managing my > growing list of pending/WIP patches for the src tree, but there seem > to be a bunch of options and I don't know if the

Re: Preferred method for tracking src with git?

2012-06-05 Thread David Coppa
On Tue, Jun 5, 2012 at 2:06 AM, joshua stein wrote: > On Mon, 04 Jun 2012 at 12:52:47 -0700, Matthew Dempsky wrote: >> It looks like ustuehler and jcs both wrote their own cvs-to-git >> importers for handling the OpenBSD src tree: >> >> https://github.com/ustuehler/git-cvs >> https://github.com/jc

Re: Preferred method for tracking src with git?

2012-06-04 Thread joshua stein
On Mon, 04 Jun 2012 at 12:52:47 -0700, Matthew Dempsky wrote: > It looks like ustuehler and jcs both wrote their own cvs-to-git > importers for handling the OpenBSD src tree: > > https://github.com/ustuehler/git-cvs > https://github.com/jcs/bigcvs2git Both will convert HEAD properly, but neither

Preferred method for tracking src with git?

2012-06-04 Thread Matthew Dempsky
What's considered the current 'best practice' for following OpenBSD src with git? I'm interested in trying out git for managing my growing list of pending/WIP patches for the src tree, but there seem to be a bunch of options and I don't know if there's any preference between them. It looks like u