)]}'
{
  "commit": "5162a01b2a82903b37936d1cea8694e919531ab2",
  "tree": "f1446b8a5edae1b809e1cab8d89ab4c031e20109",
  "parents": [
    "0975f8c70b9a3e490c43dc57a4e616130e3e3b65"
  ],
  "author": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Tue Mar 29 09:52:15 2016 +0300"
  },
  "committer": {
    "name": "Maxim Dounin",
    "email": "mdounin@mdounin.ru",
    "time": "Tue Mar 29 09:52:15 2016 +0300"
  },
  "message": "Win32: replaced NGX_EXDEV with more appropriate error code.\n\nCorrect error code for NGX_EXDEV on Windows is ERROR_NOT_SAME_DEVICE,\n\"The system cannot move the file to a different disk drive\".\n\nPreviously used ERROR_WRONG_DISK is about wrong diskette in the drive and\nis not appropriate.\n\nThere is no real difference though, as MoveFile() is able to copy files\nbetween disk drives, and will fail with ERROR_ACCESS_DENIED when asked\nto copy directories.  The ERROR_NOT_SAME_DEVICE error is only used\nby MoveFileEx() when called without the MOVEFILE_COPY_ALLOWED flag.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "02245e440dbba536f4a5ee4bd539a129dc63f169",
      "old_mode": 33188,
      "old_path": "src/os/win32/ngx_errno.h",
      "new_id": "255a39d5348db23ad3a3a9d75a3e6a8523930fd8",
      "new_mode": 33188,
      "new_path": "src/os/win32/ngx_errno.h"
    }
  ]
}
