Re: [PATCH] Documentation/git-push.txt: fix typo in remote tracking branch path

2012-11-26 Thread Brandon Casey
On 11/26/2012 5:30 PM, Junio C Hamano wrote: Brandon Casey writes: From: Brandon Casey This example in the documentation seems to be trying to describe the likely remote tracking branch that will be updated by a push to the "origin" remote with the destination branch 'satellite/master', but

Re: [PATCH] Documentation/git-push.txt: fix typo in remote tracking branch path

2012-11-26 Thread Junio C Hamano
Brandon Casey writes: > From: Brandon Casey > > This example in the documentation seems to be trying to describe the likely > remote tracking branch that will be updated by a push to the "origin" remote > with the destination branch 'satellite/master', but it forgot to specify > the remote name

[PATCH] Documentation/git-push.txt: fix typo in remote tracking branch path

2012-11-26 Thread Brandon Casey
From: Brandon Casey This example in the documentation seems to be trying to describe the likely remote tracking branch that will be updated by a push to the "origin" remote with the destination branch 'satellite/master', but it forgot to specify the remote name in the path specification. So,