Skip to content

Make .gitmodules protocol-agnostic.#91

Merged
cokernel merged 1 commit into
mainfrom
90-make-submodules-protocol-agnostic
Apr 3, 2026
Merged

Make .gitmodules protocol-agnostic.#91
cokernel merged 1 commit into
mainfrom
90-make-submodules-protocol-agnostic

Conversation

@cokernel

@cokernel cokernel commented Apr 1, 2026

Copy link
Copy Markdown
Member

Fixed #90.

It's still implicitly tied to a specific platform, though.

It's still implicitly tied to a specific platform, though.
@cokernel

cokernel commented Apr 1, 2026

Copy link
Copy Markdown
Member Author

Verified correct behavior when cloning via SSH. (edited to clarify actual protocol)

@cokernel

cokernel commented Apr 1, 2026

Copy link
Copy Markdown
Member Author

@Nealium104 , could you look at the HTTPS case?

@Nealium104

Copy link
Copy Markdown
Contributor

From a clean pull and checkout of this PR (with appropriate redactions):

# check protocol
$ gh auth status
github.com
  Logged in to github.com account Nealium104
...
  - Git operations protocol: https
...

# submodule commands from README.md
$ git submodule init; git submodule update
Submodule 'assets/frontpage-assets' (https://github.com/uklibraries/exploreuk-frontpage-assets.git) registered for path 'assets/frontpage-assets'
Cloning into '/home/neal/workspaces/test/exploreuk-web-app/assets/frontpage-assets'...
Submodule path 'assets/frontpage-assets': checked out '29b03c47331230d35d521caee012e7a28d93b1d9'

Looks good to me!

@Nealium104 Nealium104 self-requested a review April 2, 2026 13:13
@cokernel cokernel merged commit 956fe84 into main Apr 3, 2026
3 checks passed
@cokernel cokernel deleted the 90-make-submodules-protocol-agnostic branch April 3, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make submodules protocol-agnostic

2 participants