0.0
No commit activity in last 3 years
No release in over 3 years
search diff influence.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
>= 0
~> 10.0
~> 3.0
 Project Readme

Diff Influence

Build Status
Gem Version

Search influence of git diff.

Requirement

  • Git ( support only git diff command. )
  • Ruby ( support only Ruby 1.8.7 or later. )

Installation

Add this line to your application's Gemfile:

gem 'diff_influence', group: :development

And then execute:

$ bundle

Or install it yourself as:

$ gem install diff_influence

Usage

==============================================================================
[]: optional(overrides .diff-influence)

Usage: diff-influence [Options]

 Options:

 -c --commit id1,id2,...          git commit id(s) uses diff (default: none)
 -d --dir  dir1,dir2,...          path(s) to search file (default: app,lib)
 -e --ext  ext1,ext2,...          extension(s) to search file (default: rb)
 -i --ignore method1,method2,...  ignore methods (default: new, index)
 -g --grep                        use grep command with OS
 -P --print                       print config values
 -D --debug                       print debugging information to console

 Feature Options:

 -o --output path                 to output file (default: STDOUT)
==============================================================================

Permanent Options

Diff Influence laad .diff-influece file in the root of your repository or home.

---
:commits: []
:search_directories:
- app
- lib
:search_extensions:
- rb
:ignore_methods:
- new
- index
:os_grep: false
:debug: false

You can display examples of .diff-influence file definitions using the -P option.

Authors

metalels