On Mon, May 07, 2007 at 09:27:40AM +0200, Santi Béjar wrote: > On 5/7/07, J. Bruce Fields <bfields@xxxxxxxxxxxxxx> wrote: > >Cc: Santi Béjar <sbejar@xxxxxxxxx> > > 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? > >@@ -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. > 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. - 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