Re: [PATCH 0/7] Make $remote/$branch work with unconventional refspecs

2013-05-06 Thread Santi Béjar
El 06/05/2013 19:11, Junio C Hamano gits...@pobox.com va escriure: Santi Béjar sa...@agolina.net writes: The next question could be: why not make it work with $url too? As in: $ git merge git://git.kernel.org/pub/scm/git/git.git//master You need to remember merge is a local operation

Re: [PATCH 0/7] Make $remote/$branch work with unconventional refspecs

2013-05-05 Thread Santi Béjar
El 06/05/2013 00:36, Junio C Hamano gits...@pobox.com escribió: Johan Herland jo...@herland.net writes: This would not allow the user to use the relevant $remote_name for $nick, which I argue might be the more natural name for the user to use, since it's the same name that is used for

Re: [PATCH 0/7] Make $remote/$branch work with unconventional refspecs

2013-05-05 Thread Santi Béjar
2013/5/6 Santi Béjar sa...@agolina.net: El 06/05/2013 00:36, Junio C Hamano gits...@pobox.com escribió: Johan Herland jo...@herland.net writes: This would not allow the user to use the relevant $remote_name for $nick, which I argue might be the more natural name for the user to use, since

[PATCH] cogito: master as the default remote branch

2005-07-20 Thread Santi Béjar
Recover the old behavior of the remote branch name ... specified in $_git/branches/$name and defaulting to master. Signed-off-by: Santi Béjar [EMAIL PROTECTED] --- cg-pull |2 +- cg-push |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cg-pull b/cg-pull --- a/cg