Dimitri Merejkowsky
Dimitri Merejkowsky
> Not too sure, but I patched that line and everything is fine it seems. Yeah but you should not have to! It would be good to reproduce and figure...
We could also update the documentation. See also #238
Well, looks like we have a workaround now: #338. Thanks @Lecrapouille :)
Poke @maximerety : given you've submitted doc patches, I suspect you are considering using it at work :P
_Update_: I'm also pretty busy doing other things right now, so I'll also need help to review/merge the pull requests, like this one : #362
Nice :) Thanks for volunteering. @gdubicki I've sent you an invatation. Welcome on board :)
Invite resent
Here's what I think is happening. I assume your manifest looks like this: ```yaml repos: - dest: gotrue-dart url: [email protected]/jotshq/gotrue-dart ``` with no `branch` specified. when we parse the manifest,...
Writing a failing test for this was a bit harder than I expected, but you can see it at the [corresponding branch](https://github.com/dmerejkowsky/tsrc/compare/cloning-main-branch-not-master)
> Can we get a proper error message when the branch does'nt exist? Yup, we can. Turns out we introduced a generic `run_git()` method in the Task class but forgot...