basinilya

Results 12 issues of basinilya

### Describe the bug My submodule was added for a **non-default** branch. The "[in](https://github.com/concourse/git-resource/blob/702bf5aa6bb3268ae366a13b49fff9471a321a1d/assets/in#L186)" script calls: git submodule update --init **--no-fetch** **--depth=1** $submodule_parameters "$submodule_path" With **git version 2.45.1** this effectively,...

bug

/usr/bin/start has this line: ``` cmd //c start "${@//&/^&}" ``` The double slash prevents conversion of `/c` into `C:\`, instead it's converted to `/c` with a single slash. I couldn't...