We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Byron
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
config
1 parent 0b45baf commit 9061fc4Copy full SHA for 9061fc4
gix/tests/fixtures/make_remote_repos.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-set -eux -o pipefail
+set -eu -o pipefail
3
4
function tick () {
5
if test -z "${tick+set}"
@@ -190,7 +190,6 @@ git init --bare bad-url-rewriting
190
(cd bad-url-rewriting
191
192
git remote add origin https://github.com/foobar/gitoxide
193
- nl -ba config >&2
194
cat <<EOF >> config
195
196
[remote "origin"]
@@ -202,7 +201,6 @@ git init --bare bad-url-rewriting
202
201
[url "https://github.com/byron/"]
203
insteadOf = https://github.com/foobar/
204
EOF
205
206
207
{
208
git remote get-url origin
0 commit comments