git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libgit
@ 2005-04-17  3:12 Mike Taht
  2005-04-17  3:46 ` Randy.Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Taht @ 2005-04-17  3:12 UTC (permalink / raw)
  To: git

commit b0550573055abcf8ad19dcb8a036c32dd00a3be4
tree b77882b170769c07732381b9f19ff2dd5c9f1520
parent 866b4aea9313513612f2b0d66814a2f526d17f21
author Mike Taht <m@picketwyre.com> 1113704772 -0700
committer Mike Taht <m@ipbx.taht.net> 1113704772 -0700

looks my 1878 line patch to convert git to libgit got eaten by vger..
I put it up at http://pbx.picketwyre.com/~mtaht/libgit.patch if anyone 
wants to comment. from my log:

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 and variables *truly* need to be exported, 
renaming them to a git_<function> api, making it thread safe
... and not least of all, keeping up with everybody working out of the 
base tree... are problems that remain. Also - cleaning up the UI.




^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [PATCH] libgit
@ 2005-04-17  7:30 Brad Roberts
  2005-04-17  8:08 ` Mike Taht
  0 siblings, 1 reply; 5+ messages in thread
From: Brad Roberts @ 2005-04-17  7:30 UTC (permalink / raw)
  To: git

> 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 and variables *truly* need to be exported,
> renaming them to a git_<function> api, making it thread safe
> ... and not least of all, keeping up with everybody working out of the
> base tree... are problems that remain. Also - cleaning up the UI.

Why do all that static and main rearrangement?  It would be a lot simpler
and cleaner to simply rename the main's in place and add the new
dispatcher by itself.

Later,
Brad


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-04-17  8:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-17  3:12 [PATCH] libgit Mike Taht
2005-04-17  3:46 ` Randy.Dunlap
2005-04-17  4:08   ` Mike Taht
  -- strict thread matches above, loose matches on Subject: below --
2005-04-17  7:30 Brad Roberts
2005-04-17  8:08 ` Mike Taht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).