• Show log

    Commit

  • Hash : 1fa17b5c
    Author : Russell Belfer
    Date : 2014-03-14T22:01:30

    Minor tree cache speedups While I was looking at the conflict cleanup code, I looked over at the tree cache code, since we clear the tree cache for each entry that gets removed and there is some redundancy there. I made some small tweaks to avoid extra calls to strchr and strlen in a few circumstances.