From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: [PATCH] Provide more meaningful output from 'git init-db'.
Date: Fri, 15 Dec 2006 15:14:15 +0100 [thread overview]
Message-ID: <eluaf0$v7q$2@sea.gmane.org> (raw)
In-Reply-To: 20061215054458.GA27750@spearce.org
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
next prev parent reply other threads:[~2006-12-15 14:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-14 23:09 [PATCH] Stop telling users we are 'defaulting to local storage area' Shawn O. Pearce
2006-12-15 2:18 ` Nicolas Pitre
2006-12-15 2:25 ` Shawn Pearce
2006-12-15 2:43 ` Nicolas Pitre
2006-12-15 5:44 ` [PATCH] Provide more meaningful output from 'git init-db' Shawn O. Pearce
2006-12-15 14:14 ` Jakub Narebski [this message]
2006-12-15 14:59 ` Shawn Pearce
2006-12-19 19:48 ` [PATCH] Stop telling users we are 'defaulting to local storagearea' David Lang
2006-12-15 14:10 ` [PATCH] Stop telling users we are 'defaulting to local storage area' Jakub Narebski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='eluaf0$v7q$2@sea.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.