This patch series fixes a path mangling bug in checkout-index --temp reported by Russ Cox[1]. As a bonus, it also squashes a bug in which checkout-index was accessing and printing memory beyond end-of-string. [1]: http://thread.gmane.org/gmane.comp.version-control.git/261739 Eric Sunshine (5): t2004: modernize style t2004: drop unnecessary write-tree/read-tree t2004: standardize file naming in symlink test t2004: demonstrate broken relative path printing checkout-index: fix --temp relative path mangling builtin/checkout-index.c | 16 +- t/t2004-checkout-cache-temp.sh | 400 +++++++++++++++++++++-------------------- 2 files changed, 213 insertions(+), 203 deletions(-) -- 2.2.1.267.g0ad48de -- 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