We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config
1 parent 9e0125f commit 068fd96Copy full SHA for 068fd96
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