Index: cg-log =================================================================== --- afc7419cdf2909781fa5dd9d57ea90738e515126/cg-log (mode:100755) +++ uncommitted/cg-log (mode:100755) @@ -78,7 +78,7 @@ list_cmd="git-diff-tree -r $tree1 $tree2" fi echo - $list_cmd | while read modes type sha1s file; do + $list_cmd | while read mode1 mode2 sha1a sha1b status file; do echo -n "$sep" sep=", " if [ $(echo "$line$sep$file" | wc -c) -le 75 ]; then