• Show log

    Commit

  • Hash : 83862c83
    Author : lhchavez
    Date : 2020-02-17T21:28:13

    commit-graph: Add a way to write commit-graph files This change adds the git_commit_graph_writer_* functions to allow to write and create `commit-graph` files from `.idx`/`.pack` files or `git_revwalk`s. Part of: #5757