lua-users home
lua-l archive

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


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