module GitDiffParser

Overview

Parse git diff into patches and lines

Defined in:

git_diff_parser.cr
git_diff_parser/diff_parser.cr
git_diff_parser/line.cr
git_diff_parser/patch.cr
git_diff_parser/patches.cr
git_diff_parser/version.cr

Constant Summary

VERSION = "0.1.0".freeze

Class Method Summary

Class Method Detail

def self.parse(contents) #

@param contents [String] git diff result.

@return [Patches] parsed patches and lines


[View source]