git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Santi Béjar" <sbejar@gmail.com>
To: "J. Bruce Fields" <bfields@citi.umich.edu>
Cc: "Junio C Hamano" <junkio@cox.net>, git@vger.kernel.org
Subject: Re: [PATCH 5/6] user-manual: miscellaneous editing
Date: Mon, 7 May 2007 09:27:40 +0200	[thread overview]
Message-ID: <8aa486160705070027g2cb6797fy5acbe338e30429ff@mail.gmail.com> (raw)
In-Reply-To: <-1060540797535999820@unknownmsgid>

On 5/7/07, J. Bruce Fields <bfields@citi.umich.edu> wrote:
> From: J. Bruce Fields <bfields@citi.umich.edu>
>
> I cherry-picked some additional miscellaneous fixes from those suggested
> by Santi Béjar, including fixes to:
>
>         - correct discussion of repository/HEAD->repository shortcut
>         - add mention of git-mergetool
>         - add mention of --track
>         - mention "-f" as well as "+" for fetch
>

> Cc: Santi Béjar <sbejar@gmail.com>

You forgot to CC: the e-mail to me :-)

> diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
> index c292b4d..67f5b9b 100644
> --- a/Documentation/user-manual.txt
> +++ b/Documentation/user-manual.txt

[...]

> @@ -1830,14 +1836,14 @@ Now, assume your personal repository is in the directory ~/proj.  We
>  first create a new clone of the repository:
>
>  -------------------------------------------------
> -$ git clone --bare proj-clone.git
> +$ git clone --bare proj.git
>  -------------------------------------------------

You missed the ~/proj as in:

$ git clone --bare ~/proj proj.git

What do you think about the rest of my changes, in particular:

@@ -2374,7 +2388,6 @@ then the following commands will all do the same thing:
 -------------------------------------------------
 $ git fetch git://example.com/proj.git master:ref/remotes/example/master
 $ git fetch example master:ref/remotes/example/master
-$ git fetch example example/master
 $ git fetch example
 -------------------------------------------------

Santi

       reply	other threads:[~2007-05-07  7:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <-1060540797535999820@unknownmsgid>
2007-05-07  7:27 ` Santi Béjar [this message]
2007-05-08  3:07   ` [PATCH 5/6] user-manual: miscellaneous editing J. Bruce Fields
2007-05-08  3:34     ` [PATCH] user-manual: fix clone and fetch typos J. Bruce Fields
2007-05-08  3:41       ` J. Bruce Fields
2007-05-08 10:12         ` Karl Hasselström
     [not found] <11785148422793-git-send-email->
     [not found] ` <11785148433801-git-send-email->
     [not found]   ` <11785148442263-git-send-email->
     [not found]     ` <1178514845119-git-send-email->
     [not found]       ` <11785148452962-git-send-email->
2007-05-07  5:14         ` [PATCH 5/6] user-manual: miscellaneous editing J. Bruce Fields

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=8aa486160705070027g2cb6797fy5acbe338e30429ff@mail.gmail.com \
    --to=sbejar@gmail.com \
    --cc=bfields@citi.umich.edu \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).