Skip to content
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

fix(git): show status for git submodules #356

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

jamestrew
Copy link
Collaborator

Need to compute the git toplevel directory upon changing directories since calling git status inside a git submodule will give the status relative to the toplevel directory of the submodule, not the parent toplevel directory. This was causing a bug with bad paths being created for git status changes in submodules.

closes #353

Need to compute the git toplevel directory upon changing directories
since calling `git status` inside a git submodule will give the status
relative to the toplevel directory of the submodule, not the parent
toplevel directory. This was causing a bug with bad paths being created
for git status changes in submodules.

closes #353
@jamestrew jamestrew merged commit 6dd6522 into master Jan 29, 2024
4 checks passed
@jamestrew jamestrew deleted the fix/git-submod-status branch January 29, 2024 17:54
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.

Indicator for modified files within git submodule directory?
1 participant