• Show log

    Commit

  • Hash : cbf4f9f4
    Author : Jakob Pfender
    Date : 2011-05-25T16:31:14

    common: Include stat.h in include/git2/common.h instead of src/common.h 00582bcb introduced a change to git_blob_create_fromfile() that required the caller to pass a stat struct. This means that we need to include stat.h higher in the hierarchy of includes.