-
-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable the use of PRAGMA Key to encrypt db #1018
base: revert-982-linux-image-bump
Are you sure you want to change the base?
Commits on Apr 19, 2023
-
Move repetitive build commands into environment variables (#989)
* Move repetitive build commands into environment variables * Merge 'https://github.com/mceachen/better-sqlite3/tree/dry-gha-989' Co-authored-by: mceachen <mceachen@users.noreply.github.com> --------- Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c88ca6d - Browse repository at this point
Copy the full SHA c88ca6dView commit details -
Fix the build workflow broken by #989 (#994)
* Move repetitive build commands into environment variables (#989) * Move repetitive build commands into environment variables * Merge 'https://github.com/mceachen/better-sqlite3/tree/dry-gha-989' Co-authored-by: mceachen <mceachen@users.noreply.github.com> --------- Co-authored-by: mceachen <mceachen@users.noreply.github.com> * restore "env." prefixes to NODE_BUILD_CMD and ELECTRON_BUILD_CMD --------- Co-authored-by: mceachen <mceachen@users.noreply.github.com> Co-authored-by: Matthew McEachen <matthew@photostructure.com>
Configuration menu - View commit details
-
Copy full SHA for aaa8850 - Browse repository at this point
Copy the full SHA aaa8850View commit details
Commits on May 1, 2023
-
Add support for Node v20 prebuilds (#1000)
* Add support for Node v20 prebuilds * Also test v20
Configuration menu - View commit details
-
Copy full SHA for ec51397 - Browse repository at this point
Copy the full SHA ec51397View commit details -
Remove node.js v14 builds and tests (runtime EOL) (#1001)
Remove node.js v14 builds and testing (runtime EOL)
Configuration menu - View commit details
-
Copy full SHA for 2843e1f - Browse repository at this point
Copy the full SHA 2843e1fView commit details
Commits on May 2, 2023
-
Fix out-of-bounds read in statement tail parser (#996)
* Fix out-of-bounds read in statement tail parser * Add comment with link to tail parsing issue * Fix missing increment in tail parser + tests
Configuration menu - View commit details
-
Copy full SHA for c37b7ee - Browse repository at this point
Copy the full SHA c37b7eeView commit details
Commits on May 20, 2023
-
Update SQLite to version 3.42.0 (#1011)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b63caf - Browse repository at this point
Copy the full SHA 9b63cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for e00d110 - Browse repository at this point
Copy the full SHA e00d110View commit details
Commits on May 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7eeab2f - Browse repository at this point
Copy the full SHA 7eeab2fView commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38554b5 - Browse repository at this point
Copy the full SHA 38554b5View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40be681 - Browse repository at this point
Copy the full SHA 40be681View commit details -
Configuration menu - View commit details
-
Copy full SHA for f97ec71 - Browse repository at this point
Copy the full SHA f97ec71View commit details
Commits on Aug 24, 2023
-
prebuild for Node on macOS+arm64 and Windows+ia32 (#1002)
Prebuild for Node on other architectures as well
Configuration menu - View commit details
-
Copy full SHA for 37e07d4 - Browse repository at this point
Copy the full SHA 37e07d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0ee2f - Browse repository at this point
Copy the full SHA 5a0ee2fView commit details
Commits on Sep 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 653eaaa - Browse repository at this point
Copy the full SHA 653eaaaView commit details -
Fix db::serialize() crashing with Electron (#1036)
Fix buffer create in sandbox mode (electron)
Configuration menu - View commit details
-
Copy full SHA for 0092d43 - Browse repository at this point
Copy the full SHA 0092d43View commit details -
Fix: Create target directory when copying (#1030)
Fix: Allow building with space in path
Configuration menu - View commit details
-
Copy full SHA for 5f7f4d0 - Browse repository at this point
Copy the full SHA 5f7f4d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9573de8 - Browse repository at this point
Copy the full SHA 9573de8View commit details -
Remove SQLITE_INTROSPECTION_PRAGMAS compile-time option (#927)
From the docs: > This option is obsolete. It used to enable some extra some extra > PRAGMA statements such as PRAGMA function_list, PRAGMA module_list, > and PRAGMA pragma_list, but those pragmas are now all enabled by > default. See SQLITE_OMIT_INTROSPECTION_PRAGMAS. It has been obsolete since 2019-10-04 (with SQLite 3.30.0).
Configuration menu - View commit details
-
Copy full SHA for ccf0b35 - Browse repository at this point
Copy the full SHA ccf0b35View commit details -
feat(database): now
nativeBinding
supports addon object (#974)* Added `webpack` support * changed from `webpack_require` to `non_webpack_require` * Update database.js Added URL to webpack documentation * feat(database): now `nativeBinding` supports addon object * style(package): line break removed --------- Co-authored-by: Matthew McEachen <matthew@photostructure.com>
Configuration menu - View commit details
-
Copy full SHA for 3400cb0 - Browse repository at this point
Copy the full SHA 3400cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f11c36c - Browse repository at this point
Copy the full SHA f11c36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee3399 - Browse repository at this point
Copy the full SHA 6ee3399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69fbb70 - Browse repository at this point
Copy the full SHA 69fbb70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed0172 - Browse repository at this point
Copy the full SHA 8ed0172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c99a02 - Browse repository at this point
Copy the full SHA 6c99a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for a328947 - Browse repository at this point
Copy the full SHA a328947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6410e - Browse repository at this point
Copy the full SHA 3b6410eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bed16bf - Browse repository at this point
Copy the full SHA bed16bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae23e69 - Browse repository at this point
Copy the full SHA ae23e69View commit details
Commits on Sep 30, 2023
-
Update SQLite to version 3.43.1 (#1077)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b7eb1ff - Browse repository at this point
Copy the full SHA b7eb1ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f916d - Browse repository at this point
Copy the full SHA e3f916dView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 051b503 - Browse repository at this point
Copy the full SHA 051b503View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0189f9 - Browse repository at this point
Copy the full SHA a0189f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce10309 - Browse repository at this point
Copy the full SHA ce10309View commit details -
Stop building and testing against Node
v16
(runtime EOL) (#1061)* Stop building and testing against Node `v16` (runtime EOL) This also removes building for Electron versions that carries Node `v16`. * Revert electron builds
Configuration menu - View commit details
-
Copy full SHA for 5a6f47b - Browse repository at this point
Copy the full SHA 5a6f47bView commit details -
Update SQLite to version 3.43.2 (#1083)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e0b2df - Browse repository at this point
Copy the full SHA 3e0b2dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 007d43e - Browse repository at this point
Copy the full SHA 007d43eView commit details
Commits on Nov 8, 2023
-
Update SQLite to version 3.44.0 (#1097)
* Update SQLite to version 3.44.0 * see pr#1099 * pip install setuptools * fix if * Add Node v21 to the build matrix --------- Co-authored-by: mceachen <mceachen@users.noreply.github.com> Co-authored-by: Matthew McEachen <matthew@photostructure.com>
Configuration menu - View commit details
-
Copy full SHA for 12fde8d - Browse repository at this point
Copy the full SHA 12fde8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e96c4 - Browse repository at this point
Copy the full SHA 20e96c4View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7908b5c - Browse repository at this point
Copy the full SHA 7908b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6108911 - Browse repository at this point
Copy the full SHA 6108911View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e014274 - Browse repository at this point
Copy the full SHA e014274View commit details
Commits on Dec 2, 2023
-
Update SQLite to version 3.44.2 (#1112)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a60aa4 - Browse repository at this point
Copy the full SHA 8a60aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 746d8e3 - Browse repository at this point
Copy the full SHA 746d8e3View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8cd3d46 - Browse repository at this point
Copy the full SHA 8cd3d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c79043 - Browse repository at this point
Copy the full SHA 2c79043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2babc21 - Browse repository at this point
Copy the full SHA 2babc21View commit details
Commits on Jan 16, 2024
-
Update SQLite to version 3.45.0 (#1130)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a86096 - Browse repository at this point
Copy the full SHA 5a86096View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd55c76 - Browse repository at this point
Copy the full SHA bd55c76View commit details
Commits on Feb 2, 2024
-
Update SQLite to version 3.45.1 (#1133)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd93895 - Browse repository at this point
Copy the full SHA fd93895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 543c0f5 - Browse repository at this point
Copy the full SHA 543c0f5View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2dabc23 - Browse repository at this point
Copy the full SHA 2dabc23View commit details
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f60d032 - Browse repository at this point
Copy the full SHA f60d032View commit details -
Configuration menu - View commit details
-
Copy full SHA for a36b8e4 - Browse repository at this point
Copy the full SHA a36b8e4View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d24234b - Browse repository at this point
Copy the full SHA d24234bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a28bf42 - Browse repository at this point
Copy the full SHA a28bf42View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eada642 - Browse repository at this point
Copy the full SHA eada642View commit details -
Configuration menu - View commit details
-
Copy full SHA for b35e089 - Browse repository at this point
Copy the full SHA b35e089View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60763a0 - Browse repository at this point
Copy the full SHA 60763a0View commit details
Commits on Apr 3, 2024
-
Support builds for Electron v29 (#1151)
* update prebuild for latest abi versions * conditional build for Electron 29 and higher * add Electron 29 to prebuild versions
Configuration menu - View commit details
-
Copy full SHA for e28e04a - Browse repository at this point
Copy the full SHA e28e04aView commit details -
Keep GitHub Actions up to date with GitHub's Dependabot (#1165)
Fixes warnings like at the bottom right of https://github.com/WiseLibs/better-sqlite3/actions/runs/7997686043 * https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot * https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
Configuration menu - View commit details
-
Copy full SHA for e7d0edb - Browse repository at this point
Copy the full SHA e7d0edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8f293 - Browse repository at this point
Copy the full SHA ac8f293View commit details -
Bump the github-actions group with 4 updates (#1167)
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `actions/setup-node` from 3 to 4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) Updates `docker/setup-qemu-action` from 1 to 3 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v1...v3) Updates `stefanzweifel/git-auto-commit-action` from 4 to 5 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0374765 - Browse repository at this point
Copy the full SHA 0374765View commit details -
Configuration menu - View commit details
-
Copy full SHA for 080f863 - Browse repository at this point
Copy the full SHA 080f863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e629d9 - Browse repository at this point
Copy the full SHA 3e629d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 126bb57 - Browse repository at this point
Copy the full SHA 126bb57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1220731 - Browse repository at this point
Copy the full SHA 1220731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 030801f - Browse repository at this point
Copy the full SHA 030801fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e09670c - Browse repository at this point
Copy the full SHA e09670cView commit details
Commits on Apr 10, 2024
-
Update SQLite to version 3.45.2 (#1173)
* Update SQLite to version 3.45.2 * fix specs --------- Co-authored-by: mceachen <mceachen@users.noreply.github.com> Co-authored-by: Matthew McEachen <matthew@photostructure.com>
Configuration menu - View commit details
-
Copy full SHA for ef6541b - Browse repository at this point
Copy the full SHA ef6541bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d69e5 - Browse repository at this point
Copy the full SHA 67d69e5View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 920013e - Browse repository at this point
Copy the full SHA 920013eView commit details -
Update SQLite to version 3.45.3 (#1179)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b4cdd3 - Browse repository at this point
Copy the full SHA 1b4cdd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc69bd - Browse repository at this point
Copy the full SHA cfc69bdView commit details -
Update troubleshooting.md (#1178)
There were a bunch of windows instructions that aren't relevant anymore (Node.js on windows just works if you "install the necessary tools" now!)
Configuration menu - View commit details
-
Copy full SHA for 320fcaf - Browse repository at this point
Copy the full SHA 320fcafView commit details
Commits on Apr 29, 2024
-
Fix python setuptools on macOS (#1181)
fix macos setuptools workaround
Configuration menu - View commit details
-
Copy full SHA for 608f115 - Browse repository at this point
Copy the full SHA 608f115View commit details
Commits on May 12, 2024
-
Add Node.js v22. Drop ancient EOL versions of Node.js and Electron (#…
…1182) Drop unsupported versions of node and electron
Configuration menu - View commit details
-
Copy full SHA for 2327f9a - Browse repository at this point
Copy the full SHA 2327f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a86a92d - Browse repository at this point
Copy the full SHA a86a92dView commit details
Commits on May 30, 2024
-
Update SQLite to version 3.46.0 (#1190)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f3924c - Browse repository at this point
Copy the full SHA 4f3924cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa855e - Browse repository at this point
Copy the full SHA 5aa855eView commit details -
Drop prebuilds of Node.js v21 and Electron v25 (#1191)
* Drop unsupported versions of node and electron * Drop Node.js v21 prebuilds * Also drop electron v25
Configuration menu - View commit details
-
Copy full SHA for f120eef - Browse repository at this point
Copy the full SHA f120eefView commit details -
Relax allowed timeout (GHA on macOS is slow) (#1193)
relax allowed timeout (GHA is slow)
Configuration menu - View commit details
-
Copy full SHA for afb31e0 - Browse repository at this point
Copy the full SHA afb31e0View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c6b3df - Browse repository at this point
Copy the full SHA 6c6b3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6acc3fc - Browse repository at this point
Copy the full SHA 6acc3fcView commit details
Commits on Jun 11, 2024
-
Support builds for Electron v31 (#1200)
* replace v8::CopyablePersistentTraits with v8::Global * add Electron v31 to build tasks
Configuration menu - View commit details
-
Copy full SHA for 5ae61c3 - Browse repository at this point
Copy the full SHA 5ae61c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee4464 - Browse repository at this point
Copy the full SHA 7ee4464View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5d0478 - Browse repository at this point
Copy the full SHA b5d0478View commit details -
Configuration menu - View commit details
-
Copy full SHA for b615a52 - Browse repository at this point
Copy the full SHA b615a52View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74f7c4a - Browse repository at this point
Copy the full SHA 74f7c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b74050 - Browse repository at this point
Copy the full SHA 8b74050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 309cb37 - Browse repository at this point
Copy the full SHA 309cb37View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50ace3b - Browse repository at this point
Copy the full SHA 50ace3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 254b8e9 - Browse repository at this point
Copy the full SHA 254b8e9View commit details
Commits on Aug 13, 2024
-
Support builds for Electron v32 (#1226)
* use c++20 required by v8 * adjust macro and method signatures * replace SetAccessor with SetNativeDataProperty * use old signatures for older node version * install g++ 10 on ubuntu
Configuration menu - View commit details
-
Copy full SHA for 6eb32eb - Browse repository at this point
Copy the full SHA 6eb32ebView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31e0e0c - Browse repository at this point
Copy the full SHA 31e0e0cView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3c2393 - Browse repository at this point
Copy the full SHA c3c2393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf975e - Browse repository at this point
Copy the full SHA 2bf975eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7896456 - Browse repository at this point
Copy the full SHA 7896456View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f396b5b - Browse repository at this point
Copy the full SHA f396b5bView commit details
Commits on Sep 10, 2024
-
Update SQLite to version 3.46.1 (#1252)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b584ef - Browse repository at this point
Copy the full SHA 8b584efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f01e0e4 - Browse repository at this point
Copy the full SHA f01e0e4View commit details
Commits on Oct 17, 2024
-
Prebuild for Electron 33 (#1279)
feat: add support for electron 33
Configuration menu - View commit details
-
Copy full SHA for abd3546 - Browse repository at this point
Copy the full SHA abd3546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 667d2f3 - Browse repository at this point
Copy the full SHA 667d2f3View commit details
Commits on Oct 20, 2024
-
Added NodeJS 23 Support (#1283)
added NodeJS 23 to build and test matrix
Configuration menu - View commit details
-
Copy full SHA for 698cc85 - Browse repository at this point
Copy the full SHA 698cc85View commit details
Commits on Oct 21, 2024
-
Update SQLite to version 3.47.0 (#1284)
Co-authored-by: mceachen <mceachen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 487007a - Browse repository at this point
Copy the full SHA 487007aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d410bb - Browse repository at this point
Copy the full SHA 5d410bbView commit details
Commits on Oct 29, 2024
-
Issue #1271: Added missing SQLite Error code identifier. (#1273)
Added new SQLite Error code identifier.
Configuration menu - View commit details
-
Copy full SHA for ab644ac - Browse repository at this point
Copy the full SHA ab644acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc53fe - Browse repository at this point
Copy the full SHA 9fc53feView commit details -
Configuration menu - View commit details
-
Copy full SHA for b34c9f5 - Browse repository at this point
Copy the full SHA b34c9f5View commit details