Commit 8d1e71f5a24106bfeb4d6ff767708dd40e4a58dd

Patrick Steinhardt 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.