I renamed a file, but didn't change the contents of the file. I would expect the parsed diff to provide information on the details of the rename, but instead it returns nothing. Is this expected behaviour?
my_diff=<<-DIFFdiff --git a/goonfile b/Gemfilesimilarity index 100%rename from goonfilerename to GemfileDIFFparsed=GitDiffParser.parse(my_diff)# => []
I renamed a file, but didn't change the contents of the file. I would expect the parsed diff to provide information on the details of the rename, but instead it returns nothing. Is this expected behaviour?