• Show log

    Commit

  • Hash : d45b4a9a
    Author : Vicent Marti
    Date : 2010-09-20T21:39:11

    Add support for in-memory objects All repository objects can now be created from scratch in memory using either the git_object_new() method, or the corresponding git_XXX_new() for each object. So far, only git_commits can be written back to disk once created in memory. Signed-off-by: Vicent Marti <tanoku@gmail.com>