lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Mar 8, 2012 at 19:00, Christopher Berardi <cberardi@natoufa.com> wrote:
> On Thu, Mar 08, 2012 at 11:51:37AM +0400, Alexander Gladysh wrote:
>> ...but, really who in the right mind would consider anything but
>> GitHub for source code hosting nowadays?).
>
> I'll be honest, from what I've seen of git, I've not been impressed.
> But, it also isn't the only game in town. Others include the old men in
> the game, cvs and svn, git's cousin mercurial, bazaar, fossil, and many
> others (I'm currently using fossil myself).
>

I am using git and fossil. Fossil attracts me for the same reasons as
Lua does -- clean plain C  well written codebase, clean design, does a
lot starting from a little. Fossil combines version_system + wiki +
bug_tracker into a single executable that runs from command line or
CGI script.  Fossil effectively provides you with your personal
github.

--Leo--