Doing something like mkdir -p junk/woozle cd junk git-init cd woozle echo "hooray" > plop git add plop git commit -m "x" git gui blame plop errors out with fatal: cannot stat path woozle/plop: No such file or directory Obviously, git-gui is confused about relative paths here. -- David Kastrup - 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