Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse renamed files out of the diff output.
Normally, you see diff output like: remote: :000000 100644 0000000000000000000000000000000000000000 cbdbdf73ffcdfc5fb1534831101eba6e11726939 A default/example.com However if you get a rename, you end up with something like: remote: :100644 100644 fe42721d2c44d873f9df508487e3e0d39ea736cd 0967c377247736e75cac903f84b2bf411d79f062 R099 zones/example.com.COMMON.db common/example.com.COMMON.db Previously, this would cause gitzone to fail to pick up that this file had potentially changed, even if there were commits with edits to either the old or new name as part of the push. We now catch this case and grab the second name, letting us handle these pushes properly.
- Loading branch information