Alex Riesen <raa.lkml@gmail.com> writes: > just a heads-up for everyone tried "git pull" after using "git merge" too much: > > $ git pull . ref1 HEAD (notice the space!) If you were too used to git merge, you would have wrote HEAD before ref1, so that does not sound plausible ;-). $ git pull . maint HEAD error: no such remote ref refs/heads/HEAD Fetch failure: . $ echo $? 1 But worse yet, the above syntax is to create an Octopus, and you probably did not mean that. I think the reason why my trial here worked correctly while you had trouble with it is because I have the send-pack fix from Pasky last night. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Dec 15 20:32:19 2005
This archive was generated by hypermail 2.1.8 : 2005-12-15 20:32:26 EST