Andy Parkins wrote: > +WORKINGTOP=$(git-rev-parse --show-cdup) > +GITMODULES="${WORKINGTOP}.gitmodules" > +if [ -f "$GITMODULES" ]; then > + cat "$GITMODULES" | useless-use-of-cat-syndrome > + while read subdir hash Wouldn't it be better to have the order of subdir and hash swapped? That way subdir may contain blanks, and it gives nicer alignment in the file because of the constant length of the hashes. -- Hannes - 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