Thomas Rast wrote: > @@ -7727,15 +7739,22 @@ proc getblobdiffline {bdf ids} { > # parse the prefix - one ' ', '-' or '+' for each parent > set prefix [string range $line 0 [expr {$diffnparents - 1}]] > set tag [expr {$diffnparents > 1? "m": "d"}] > + puts "prefix is '$prefix'" This is a leftover debugging print and should be removed if you want to try it... sorry for the noise. -- Thomas Rast trast@{inf,student}.ethz.ch -- 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