Re: [PATCH] libgit

2005-04-17 Thread Mike Taht
Brad Roberts wrote: Converted git to libgit. Moved all the main() calls into a single multi-call binary - git-main. Made extern a bunch of functions that were static. Verified it at least still minimally worked. Note: this is only a first step towards creating a generic library. Figuring out what f

Re: [PATCH] libgit

2005-04-17 Thread Brad Roberts
> Converted git to libgit. Moved all the main() calls into a single > multi-call binary - git-main. > Made extern a bunch of functions that were static. Verified it at least > still minimally worked. > Note: this is only a first step towards creating a generic library. > Figuring out what functions

Re: [PATCH] libgit

2005-04-16 Thread Mike Taht
Fixed. Randy.Dunlap wrote: On Sat, 16 Apr 2005 20:12:56 -0700 Mike Taht wrote: | commit b0550573055abcf8ad19dcb8a036c32dd00a3be4 | tree b77882b170769c07732381b9f19ff2dd5c9f1520 | parent 866b4aea9313513612f2b0d66814a2f526d17f21 | author Mike Taht <[EMAIL PROTECTED]> 1113704772 -0700 | committer Mike

Re: [PATCH] libgit

2005-04-16 Thread Randy.Dunlap
On Sat, 16 Apr 2005 20:12:56 -0700 Mike Taht wrote: | commit b0550573055abcf8ad19dcb8a036c32dd00a3be4 | tree b77882b170769c07732381b9f19ff2dd5c9f1520 | parent 866b4aea9313513612f2b0d66814a2f526d17f21 | author Mike Taht <[EMAIL PROTECTED]> 1113704772 -0700 | committer Mike Taht <[EMAIL PROTECTED]>

[PATCH] libgit

2005-04-16 Thread Mike Taht
commit b0550573055abcf8ad19dcb8a036c32dd00a3be4 tree b77882b170769c07732381b9f19ff2dd5c9f1520 parent 866b4aea9313513612f2b0d66814a2f526d17f21 author Mike Taht <[EMAIL PROTECTED]> 1113704772 -0700 committer Mike Taht <[EMAIL PROTECTED]> 1113704772 -0700 looks my 1878 line patch to convert git to lib