• Show log

    Commit

  • Hash : 5f774dbf
    Author : Edward Thomson
    Date : 2018-02-11T10:14:13

    git_index_add_frombuffer: only accept files/links
    
    Ensure that the buffer given to `git_index_add_frombuffer` represents a
    regular blob, an executable blob, or a link.  Explicitly reject commit
    entries (submodules) - it makes little sense to allow users to add a
    submodule from a string; there's no possible path to success.