[PR #616] [MERGED] fix fishhook gitmodules fetching out of repo commit #1107

Closed
opened 2026-03-03 15:38:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LiveContainer/LiveContainer/pull/616
Author: @m1337v
Created: 6/23/2025
Status: Merged
Merged: 6/24/2025
Merged by: @hugeBlack

Base: mainHead: patch-2


📝 Commits (1)

  • 2a58276 fix fishhook gitmodules fetching out of repo commit

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .gitmodules (+1 -1)

📄 Description

the fishhook submodule currently points to an inaccessible commit: github.com/LiveContainer/fishhook@c9e910db5a (Expose _rebindings_head for dlsym hooks)

this commit is not in the linked fishhook https://github.com/khanhduytran0/fishhook

You can verify by clicking on the submodule in the webui and seeing this error

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

github.com/khanhduytran0/fishhook@c9e910db5a

it may be needed to run this command as well:

git submodule set-url fishhook https://github.com/LiveContainer/fishhook && git submodule sync fishhook && git submodule update --remote fishhook && git add .gitmodules fishhook && git commit -m "Fix fishhook submodule URL"

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LiveContainer/LiveContainer/pull/616 **Author:** [@m1337v](https://github.com/m1337v) **Created:** 6/23/2025 **Status:** ✅ Merged **Merged:** 6/24/2025 **Merged by:** [@hugeBlack](https://github.com/hugeBlack) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`2a58276`](https://github.com/LiveContainer/LiveContainer/commit/2a58276da6326e3fe93a7f0c5af58238b05aff19) fix fishhook gitmodules fetching out of repo commit ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+1 -1) </details> ### 📄 Description the fishhook submodule currently points to an inaccessible commit: https://github.com/LiveContainer/fishhook/commit/c9e910db5a56dafc7e8e05798dfcb783f5329567 (Expose _rebindings_head for dlsym hooks) this commit is not in the linked fishhook https://github.com/khanhduytran0/fishhook You can verify by clicking on the submodule in the webui and seeing this error ``` This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. ``` https://github.com/khanhduytran0/fishhook/tree/c9e910db5a56dafc7e8e05798dfcb783f5329567 it may be needed to run this command as well: ``` git submodule set-url fishhook https://github.com/LiveContainer/fishhook && git submodule sync fishhook && git submodule update --remote fishhook && git add .gitmodules fishhook && git commit -m "Fix fishhook submodule URL" ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:38:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#1107
No description provided.