A few patches that (hopefully) don't change the behavior of git except to rectify a memory error. Also, this should ever so slightly help with the parallelism of git (a GSoC proposal). All of these were found with commented FIXME and git grep. Jared Hance (3): Fix memory leak in apply_patch in apply.c. Add threaded versions of functions in symlinks.c. Use startup_info->prefix rather than prefix. builtin/apply.c | 31 ++++++++++++++++++++++++++++--- cache.h | 4 +++- git.c | 2 +- symlinks.c | 28 ++++++++++++++++++++++++++-- trace.c | 10 +++++----- 5 files changed, 63 insertions(+), 12 deletions(-) -- Minor style changes and move the most controversial commit to the end of the patch series. Sorry, accidently sent out an old saved version of this just a bit before. 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html