[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc3) now available
- From: David Kastrup <dak@...>
- Date: Tue, 28 Jun 2011 09:39:46 +0200
HyperHacker <hyperhacker@gmail.com> writes:
> Even just uploading to a place like Github, where you can see the
> entire source file with a visual indicator of what was changed, would
> help. With a diff, you can see that a piece of code changed, but often
> can't look up or down enough to tell what that code is meant to be
> doing.
Nobody keeps you from checking in the various tarballs into git and
using any of the various git tools for exploring the differences.
Since git only stores snapshots (and a commit graph), this will give you
everything that a "proper" git-maintained project offers.
--
David Kastrup