Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.
/ method_log Public archive

Trace the history of an individual method in a git repository (experimental)

License

Notifications You must be signed in to change notification settings

freerange/method_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab50a74 · Aug 6, 2019
Aug 6, 2019
Aug 6, 2019
Feb 10, 2014
Nov 12, 2018
Feb 21, 2014
Jun 18, 2019
Feb 10, 2014
Feb 10, 2014
Jun 18, 2019
Feb 10, 2014
Jun 18, 2019

Repository files navigation

Method Log Build Status Gem Version

Trace the history of an individual method in a git repository (experimental).

See this article for more information.

Requirements

  • Tool runtime: Ruby >= v2.0.0
  • Source code under analysis: Ruby >= v1.8

Install

gem install method_log

Run

Display the commit history for a single method

$ method_log [options] <method-signature>

Build a parallel git repository of method definitions

$ build_methods_repo [options] <source-repo-path> <target-repo-path>

Credits

Written by James Mead and the other members of Go Free Range.

Thanks to Michael Feathers for some ideas in delta-flora.

Thanks to TICOSA for giving me the impetus to do something about an idea I'd been kicking around for a while.

License

Released under the MIT License.