diff options
author | EuAndreh <eu@euandre.org> | 2023-03-27 15:14:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-27 15:14:57 -0300 |
commit | ad6dd6bab44a685fb2c61f9b6d9df3d66a10cacf (patch) | |
tree | 973e263605f1c69a5b3dc3a2903fb00e6369a21e /src/infrastructure/config/gitconfig | |
parent | src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) a... (diff) | |
download | toph-ad6dd6bab44a685fb2c61f9b6d9df3d66a10cacf.tar.gz toph-ad6dd6bab44a685fb2c61f9b6d9df3d66a10cacf.tar.xz |
src/infrastructure/scripts/report.sh: Auto-fetch missing commits
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show ad6dd6bab44a685fb2c61f9b6d9df3d66a10cacf
git notes --ref=refs/notes/ci-data show ad6dd6bab44a685fb2c61f9b6d9df3d66a10cacf
Exit status: 0
Duration: 20
Diffstat (limited to 'src/infrastructure/config/gitconfig')
-rw-r--r-- | src/infrastructure/config/gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/infrastructure/config/gitconfig b/src/infrastructure/config/gitconfig index 996aa74..43ab464 100644 --- a/src/infrastructure/config/gitconfig +++ b/src/infrastructure/config/gitconfig @@ -7,3 +7,5 @@ detachedHead = false [receive] advertisePushOptions = true +[uploadpack] + allowAnySHA1InWant = true |