On Mon, May 07, 2007 at 09:27:40AM +0200, Santi Béjar wrote:
On 5/7/07, J. Bruce Fields [off-list ref] wrote:
quoted
Cc: Santi Béjar <redacted>
You forgot to CC: the e-mail to me :-)
The version of git-send-email I was using is supposed to do that
automatically based on the inlined Cc: line. Did it not do that?
quoted
@@ -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
Whoops, thanks.
quoted hunk ↗ jump to hunk
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
-------------------------------------------------
Yes, you're correct, thanks for your persistence.
The others--I don't remember. I'll take a quick look. If you want to
be sure they'll all be considered, you could update the patch and
resend.
--b.