Add credential helper to all commit scripts

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
sigonasr2 2 years ago
parent 8c30d071e5
commit 49abd23eeb
  1. 1
      C++/scripts/commit.sh
  2. 2
      C++/scripts/md5
  3. 1
      C/scripts/commit.sh
  4. 2
      C/scripts/md5
  5. 1
      Java/scripts/commit.sh
  6. 2
      Java/scripts/md5

@ -14,6 +14,7 @@ else
Co-authored-by: $line"
fi
done < utils/.coauthors
git config --global credential.helper store
git add -u
git add *
git commit -m "$COMMIT_MESSAGE"

@ -1,5 +1,5 @@
build.sh:c073187e65d0e23aa77aa94af4ec6382 -
commit.sh:d03a46e721060c22ccb146e19d27e70a -
commit.sh:1af81bf417dfb932284d8a14fdd10657 -
debug.sh:849488515cab075948653c15eec4177b -
lines.sh:3b907786f7fc9204025993016c9080de -
release.sh:0ab321c3fa2f1a1b2f03b1aec3bce816 -

@ -14,6 +14,7 @@ else
Co-authored-by: $line"
fi
done < utils/.coauthors
git config --global credential.helper store
git add -u
git add *
git commit -m "$COMMIT_MESSAGE"

@ -1,2 +1,2 @@
build.sh:fcbd8c14fe2a608d11166cf5aa7dba02 -
commit.sh:89783d2e6a165aa9612c79cfbd804a35 -
commit.sh:c2631352b30ceabb0cfe65c160cb87b6 -

@ -14,6 +14,7 @@ else
Co-authored-by: $line"
fi
done < utils/.coauthors
git config --global credential.helper store
git add -u
git add *
git commit -m "$COMMIT_MESSAGE"

@ -1,7 +1,7 @@
build2.sh:b1c6b7c6b2eb19ba54be6824bda8805b -
build.sh:5df470d49036bf7565493739aeebeaa8 -
clean.sh:668a2f9b568c55f6a044a509315032f6 -
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 -
commit.sh:aa77a821884563c9f67ce5455ae0a9a3 -
jar2.sh:7977fc138ee5db798d08c34734f0be93 -
jar.sh:821d5a109324d405f05c35c4bb129375 -
release.sh:027178aa6da76180401a188d8f03af64 -

Loading…
Cancel
Save