Re: [PATCH] completion: resolve svn remote upstream refs

2012-08-03 Thread Junio C Hamano
Administrivia: - "Content-Type: text/plain; charset=ISO-8859-1; format=flowed" in the header tells us that the patch is corrupted and will not apply cleanly, but we still can discuss the contents of the patch. - "git shortlog --since=6.months -n --no-merges contrib/completion" tell

[PATCH] completion: resolve svn remote upstream refs

2012-08-03 Thread Yves Blusseau
Updated version of my previous patch This fix is used to return the svn reference of the remote svn upstream branch when the git repository is a clone of a svn repository that was created with the --stdlayout and --prefix options of git svn command. * completion/git-prompt.sh: add function to re

[PATCH] completion: resolve svn remote upstream refs

2012-08-02 Thread Yves Blusseau
This fix is used to return the svn reference of the remote svn upstream branch when the git repository is a clone of a svn repository that was created with the --stdlayout and --prefix options of git svn command. * completion/git-prompt.sh: add function to resolve svn branches into git remote r