Re: [PATCH] Allow fancy globs in git-svn init branches

2012-09-18 Thread Eric Wong
Ammon Riley wrote: > I confess that I'd completely forgot about the {} expansion in bash. > Perhaps a note in the CAVEATS section of the documentation would > be sufficient? I think so, yes. Can you send a patch for that instead? Thanks. -- To unsubscribe from this list: send the line "unsubscr

Re: [PATCH] Allow fancy globs in git-svn init branches

2012-09-18 Thread Ammon Riley
On Tue, Sep 18, 2012 at 1:46 PM, Eric Wong wrote: > Ammon Riley wrote: >> Branches passed to 'git-svn init' via the -b/--branches flag >> automatically had a /* appended to them. When the branch contained >> a fancy glob with a {} pattern, this is incorrect behaviour, and >> leads to odd branche

Re: [PATCH] Allow fancy globs in git-svn init branches

2012-09-18 Thread Eric Wong
Ammon Riley wrote: > Branches passed to 'git-svn init' via the -b/--branches flag > automatically had a /* appended to them. When the branch contained > a fancy glob with a {} pattern, this is incorrect behaviour, and > leads to odd branches being created in the git repository. > > Signed-off-by

[PATCH] Allow fancy globs in git-svn init branches

2012-09-17 Thread Ammon Riley
Branches passed to 'git-svn init' via the -b/--branches flag automatically had a /* appended to them. When the branch contained a fancy glob with a {} pattern, this is incorrect behaviour, and leads to odd branches being created in the git repository. Signed-off-by: Ammon Riley --- git-svn.perl