git_diff_parser

Git Diff Parser in Crystal git-diff parser
HEAD Latest release released

git_diff_parser

A git diff parser but in Crystal - Ported from https://github.com/packsaddle/ruby-git_diff_parser

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      git_diff_parser:
        github: microgit-com/git_diff_parser
    
  2. Run shards install

Usage

require "git_diff_parser"

Entirely Git Diff

Then use the patches parse:

patches = GitDiffParser::Patches.parse(diff)

I added paddlesaddle's GitDiffParser.parse method, even if it was deprecated. So you can use it as well if you want.

A small diff (commit diff, file diff)

Then use the patch new:

patch = GitDiffParser::Patch.new(diff)

Development

I copy more or less everything from paddlesaddle and ported it to crystal. Even the specs. So Run crystal spec if you add or change anything to make sure it works :)

Contributing

  1. Fork it (https://github.com/microgit-com/git_diff_parser/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

git_diff_parser:
  github: microgit-com/git_diff_parser
  
License MIT
Crystal 0.33.0

Authors

Dependencies 0

Development Dependencies 0

Dependents 1

Last synced .
search fire star recently