Shawn O. Pearce wrote: > So now we print out what we did ("Initialized empty" or > "Reinitialized existing"), what type of repository ("" or "shared"), > and what location the repository will be in ("$GIT_DIR"). > ---------------- > -defaulting to local storage area > +Initialized empty Git repository in .git/ > ---------------- > + printf("%s%s Git repository in %s/\n", > + reinit ? "Reinitialized existing" : "Initialized empty", > + shared_repository ? " shared" : "", > + git_dir); It seems like this lack this " in " part you have mentioned in commit message and in tutorial. +1. Very nice. Making git more newbie-friendly. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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