ruby-git_diff_parser icon indicating copy to clipboard operation
ruby-git_diff_parser copied to clipboard

deleted files not getting picked up

Open vikascoupa opened this issue 9 years ago • 2 comments

include deleted files in patch list

vikascoupa avatar May 19 '16 22:05 vikascoupa

Thank you for your patch! :smile: This pull request contains several ideas (I think). I want to know your ideas.

sanemat avatar May 28 '16 01:05 sanemat

Actually, I just wanted to submit the patch for the missing deleted files (1st commit) The second one parses a git log and creates a hash (with file name as key). I use it elsewhere to create a report correlating a file diff with information from git log (comments, any bug tickets etc.)

I am not sure the second commit is useful to you. If it's not, feel free to cherry-pick the first one that fixes a bug.

vikascoupa avatar May 28 '16 05:05 vikascoupa