X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=fork;h=146cde45fe6e30096f038b4b0680e97cce5b0d5c;hb=791d7044817b71f8be50f0ffecc36823970b82eb;hp=2f032d54a6acf572e19f9007321e7fc16a4c331f;hpb=7182410184d8d13645d053bf51cde3b08ad29bb9;p=git-scripts.git diff --git a/fork b/fork index 2f032d5..146cde4 100755 --- a/fork +++ b/fork @@ -19,11 +19,10 @@ if [ -d .git ]; then else git clone -o upstream "$upstream" "$local_repo" && cd "$local_repo" && + pwd >> "`dirname \"$0\"`"/locate-all.list && git remote add origin "$origin" fi && -pwd >> "`dirname \"$0\"`"/locate-all.list && - chmod a-x .git/config && branch="`git rev-parse --abbrev-ref HEAD`"