• Show log

    Commit

  • Hash : 8d1e71f5
    Author : Patrick Steinhardt
    Date : 2017-03-27T13:14:05

    treebuilder: remove shadowing variable in `write_with_buffer` The `git_tree_entry *entry` variable is defined twice inside of this function. While this is not a problem currently, remove the shadowing variable to avoid future confusion.