So Etherpad (that collaborative editing web-app that was closed source, got real popular at one point, closed shop, was cloned into 'PiratePad', then the original acquired and open-sourced by Apache) has this feature called 'Timeslider', which allows one to watch the progression of the document edit-by-edit from inception to the current state.
Is there a way to do this for Git (for example, through Github) or other source control softwares? Of course, instead of 'document' it would be 'repository'. -Arlo James Barnes ============================================================ FRIAM Applied Complexity Group listserv Meets Fridays 9a-11:30 at cafe at St. John's College to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com |
Look at gitk, unless you're actually looking for an animation of the tree of files and directories over time. Though tk might be a good choice for doing that, too, if Ben Bederson's Pad++ is still working. -- rec -- On Sat, Jul 18, 2015 at 8:52 PM, Arlo Barnes <[hidden email]> wrote:
============================================================ FRIAM Applied Complexity Group listserv Meets Fridays 9a-11:30 at cafe at St. John's College to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com |
In reply to this post by Arlo Barnes
Magit for Emacs should come close to this. It can control git to apply patch sets, e.g. in time order. Of course, most developers will commit working code changes, not all the details of their edits. The deltas will be batch edits, not keystroke by keystroke,
or line by line. But it will highlight the diffs in context.
http://magit.vc/screenshots
============================================================ FRIAM Applied Complexity Group listserv Meets Fridays 9a-11:30 at cafe at St. John's College to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com |
In reply to this post by Arlo Barnes
Try gource.
On Sat, Jul 18, 2015 at 08:52:33PM -0600, Arlo Barnes wrote: > So Etherpad <http://etherpad.org/> (that collaborative editing web-app that > was closed source, got real popular at one point, closed shop, was cloned > into 'PiratePad', then the original acquired and open-sourced by Apache) > has this feature called 'Timeslider', which allows one to watch the > progression of the document edit-by-edit from inception to the current > state. > > Is there a way to do this for Git (for example, through Github) or other > source control softwares? Of course, instead of 'document' it would be > 'repository'. > > -Arlo James Barnes > ============================================================ > FRIAM Applied Complexity Group listserv > Meets Fridays 9a-11:30 at cafe at St. John's College > to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com -- ---------------------------------------------------------------------------- Prof Russell Standish Phone 0425 253119 (mobile) Principal, High Performance Coders Visiting Professor of Mathematics [hidden email] University of New South Wales http://www.hpcoders.com.au ---------------------------------------------------------------------------- ============================================================ FRIAM Applied Complexity Group listserv Meets Fridays 9a-11:30 at cafe at St. John's College to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com |
Free forum by Nabble | Edit this page |